jquery-upload-progress icon indicating copy to clipboard operation
jquery-upload-progress copied to clipboard

HTML5 multiple file field does not work

Open Ciantic opened this issue 14 years ago • 1 comments

In HTML5 there is a new way to define file field that takes multiple files:

<form id="upload" enctype="multipart/form-data" action="index.html" method="post">
    <input name="file" type="file" multiple/>
    <input type="submit" value="Upload"/>
</form>

Script still works if user selects one file, but if user chooses several files from the dialog the progressbar never appears.

More details see blog post uploading multiple files using html5 and W3 File Upload State.

Feature for multiple files is implemented in Chrome and latest Firefox.

Ciantic avatar Apr 01 '10 10:04 Ciantic

I am also encountering this issue.

markv12 avatar Aug 18 '14 17:08 markv12