【发布时间】:2014-04-16 09:50:53
【问题描述】:
我想支持文件夹上传选项。
input type="file" name="files[]" 多目录 webkitdirectory mozdirectory
这适用于 chrome 和 opera,而不适用于其他地方。我知道FF不支持它。但是有没有办法做到这一点。我在这里也遇到了压缩选项(Select directory for HTML5 multiple file input in Firefox?),但我不希望那样。有人可以建议一种方法来开始,这样我就可以支持/模拟 FF/IE 中的文件夹上传。
【问题讨论】:
-
请在这篇文章中查看我的答案:stackoverflow.com/a/33431704/195216 它显示了通过拖放以及通过 chrome 和 firefox 中的对话框上传文件夹!
标签: javascript internet-explorer firefox folderbrowserdialog input-type-file