I have a simple input for “file”.
I was wondering how I go about making it so you can select multiple files using one input.
<input name="sliderfile" id="sliderfile" type="file" />
Basically, multiple select in one browse window.
Any help would be appreciated,
Thanks!
You can use the
<input type="file">with themultipleattribute.jsFiddle Example.
Note: IE6 won’t like it.