Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
他们是否添加了对 HTML5 或文件 API 中过滤文件类型的支持?我只需要能够过滤图像和文档,例如 JPG GIF TIFF DOC PDF DOCX 并且没有可执行文件或其他文件类型。根据此HTML 5 与 HTML 4 相同,只能过滤音频/视频/图像/其他所有内容。
您可以像这样使用“接受”属性
<input type="file" name="ufile" accept="audio/*" />