Multiple file uploader in HTML5 — browser support?

心已入冬 提交于 2019-12-19 02:27:43

问题


I read that the HTML5 spec introduced the ability to select multiple files in an upload form. What browsers currently support this? Does Adobe AIR support it?

Bonus question: Is there a JavaScript library that takes advantage of this functionality?


回答1:


Firefox 3.6, soon to be released, will have it as well, along with some other file-related goodies:

http://hacks.mozilla.org/2009/12/multiple-file-input-in-firefox-3-6/

It is also supported by Chrome 3.

I have no info on Adobe Air, but it might be so, since the feature has been in Webkit nightly for more than a year.




回答2:


Opera has supported this feature since 2006.




回答3:


afaik Safari 4 is the only browser that supports this feature. I dont know about your other questions.




回答4:


Chome developer builds now support this attribute! :)



来源:https://stackoverflow.com/questions/1971613/multiple-file-uploader-in-html5-browser-support

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!