gpt4 book ai didi

javascript - 限制Web表单中文件上传框的文档类型?

转载 作者:行者123 更新时间:2023-11-28 10:07:22 25 4
gpt4 key购买 nike

有没有办法通过 HTML 或 JavaScript 设置文件格式类型/过滤器?

我希望用户在单击 Web 表单上的浏览按钮时能够进行选择。例如,我想让他选择只选择 JPG、GIF 和 PNG 文件上传。

我知道这在 Flash 中是可能的。

最佳答案

参见 input, accept (HTML 元素):

accept
If the value of the type attribute is file, this attribute indicates the types of files that the server accepts; otherwise it is ignored. The value must be a comma-separated list of unique content type specifiers:

    A valid MIME type with no extensions
audio/* representing sound files HTML5
video/* representing video files HTML5
image/* representing image files HTML5
<小时/>

Or see example here .

关于javascript - 限制Web表单中文件上传框的文档类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8024407/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com