问题描述
我读到HTML5规范引入了在上传表单中选择多个文件的功能。目前支持哪些浏览器? Adobe AIR是否支持它?
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?
奖金问题:是否有能利用此功能的JavaScript库?
Bonus question: Is there a JavaScript library that takes advantage of this functionality?
推荐答案
Firefox 3.6很快就会发布,以及其他一些文件相关的好东西:
Firefox 3.6, soon to be released, will have it as well, along with some other file-related goodies:
a href =http://hacks.mozilla.org/2009/12/multiple-file-input-in-firefox-3-6/ =nofollow noreferrer> http://hacks.mozilla.org/ 2009/12 / multiple-file-input-in-firefox-3-6 /
http://hacks.mozilla.org/2009/12/multiple-file-input-in-firefox-3-6/
Chrome 3也支援这项功能。
It is also supported by Chrome 3.
我没有关于Adobe Air的信息,但可能是这样,因为该功能已经在Webkit每晚一年多了。
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.
这篇关于多个文件上传器在HTML5 - 浏览器支持?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!