Apr
17th
Sat
17th
Multiple file upload, the HTML5 way
This is rocking my world:
<input type="file" name="upload[]" multiple="true">
It does exactly what you think it does, allowing a single file input to upload multiple files in one request, without js or flash.
Available today in Firefox, Safari, and Chrome. Thank you!