Rank: Newbie Groups: Member
Joined: 8/1/2012 Posts: 1
|
Currently with the AJAXUploader; a user can only choose one file at a time when the file open dialog appears.
With html5 - there is a new feature on input tags:
<input type="file" multiple="multiple" />
The multiple attribute allows the user the ability to select multiple files at once in the file open dialog. (currently works in all browsers except IE)
I would like to see an option that takes advantage of this within the AJAXUploader.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
That's a great idea. Thank you very much for your feedback. We will look into it and see what we can do.
Thanks!
|