Sasha Chedygov
Sasha Chedygov

Reputation: 130787

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?

Upvotes: 7

Views: 5406

Answers (4)

Anders Axelsson
Anders Axelsson

Reputation: 31

Opera has supported this feature since 2006.

Upvotes: 3

tommed
tommed

Reputation: 1561

Chome developer builds now support this attribute! :)

Upvotes: 0

itpastorn
itpastorn

Reputation: 2995

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.

Upvotes: 3

John Boker
John Boker

Reputation: 83699

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

Upvotes: 1

Related Questions