Hello,
is there a way to set the new HTML5 "multiple" attribute of an UploadItem, so that multiple files can be selected and uploaded at once without any addons, flash etc.?
So that the resulting html looks like
<input type="file" multiple="multiple" ..../>
As far as I know, it's already supported by safari, firefox and chrome.
Info: http://hacks.mozilla.org/2009/12/multiple-file-input-in-firefox-3-6/
I am using Smart GWT 2.2
Jens
is there a way to set the new HTML5 "multiple" attribute of an UploadItem, so that multiple files can be selected and uploaded at once without any addons, flash etc.?
So that the resulting html looks like
<input type="file" multiple="multiple" ..../>
As far as I know, it's already supported by safari, firefox and chrome.
Info: http://hacks.mozilla.org/2009/12/multiple-file-input-in-firefox-3-6/
I am using Smart GWT 2.2
Jens
Comment