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.
嗨,以下通过按住 shift 和控制键“input type="file" name="uploadFile" size="60" multiple="multiple"" 上传多个文件的语句在 IE 中不起作用。请帮助
用 < 替换前导引号,用 /> 替换尾随引号,如下所示。
<input type="file" name="uploadFile" multiple="multiple" size="60" />
注意:Internet Explorer 9 及更早版本不支持标签的 multiple 属性。我相信它适用于支持 HTML5 的浏览器。
编辑:刚刚将 IE 更新到版本 10,多个文件选择现在工作正常。