Discussion:
Multiple file uploads
(too old to reply)
adamj
2010-04-14 14:06:02 UTC
Permalink
Please add support for multiple file uploads like firefox and webkit have:

e.g.
<input name="uploads[]" type="file" multiple>

As per the HTML5 spec:
http://www.w3.org/TR/html5/forms.html#file-upload-state

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?mid=d05c52eb-2ec6-4f4c-84b9-6d0d75ad7048&dg=microsoft.public.internetexplorer.beta
rob^_^
2010-04-14 19:20:35 UTC
Permalink
http://www.w3.org/TR/html5/forms.html#attr-input-multiple

Status: Last call for comments
Post by adamj
e.g.
<input name="uploads[]" type="file" multiple>
http://www.w3.org/TR/html5/forms.html#file-upload-state
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?mid=d05c52eb-2ec6-4f4c-84b9-6d0d75ad7048&dg=microsoft.public.internetexplorer.beta
Loading...