chxo internets RSS

A network of memes,
by Chris Snyder

See also
CHXO Internet
twitter.com/64

Archive

Apr
17th
Sat
permalink

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!