Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple file uploader in HTML5 -- browser support?

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?

like image 220
Sasha Chedygov Avatar asked Dec 28 '09 21:12

Sasha Chedygov


3 Answers

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.

like image 135
itpastorn Avatar answered Oct 13 '22 23:10

itpastorn


Opera has supported this feature since 2006.

like image 21
Anders Axelsson Avatar answered Oct 14 '22 01:10

Anders Axelsson


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

like image 35
John Boker Avatar answered Oct 14 '22 00:10

John Boker