7

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?

Sasha Chedygov
  • 127,549
  • 26
  • 102
  • 115

4 Answers4

3

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.

itpastorn
  • 2,935
  • 1
  • 22
  • 24
3

Opera has supported this feature since 2006.

1

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

John Boker
  • 82,559
  • 17
  • 97
  • 130
  • 1
    Wrong, Firefox 3.6, Chrome 3+, Opera and Safari 4+ support HTML5 multiple file upload. – Jonathan Mar 06 '11 at 09:42
  • @Jonathan, at the time of this question (dec 28, 2009) firefox 3.6 had not yet been released. You should add your own answer to give more information. – John Boker Mar 06 '11 at 17:51
  • Oh! Sorry about that, You're right did't notice the date. Do you want me to delete my comment? – Jonathan Mar 08 '11 at 09:20
0

Chome developer builds now support this attribute! :)

tommed
  • 1,521
  • 2
  • 19
  • 33