How to create a file input which allows multiple files to be selected?

noone

New Member
how do I create a file input which allows multiple files to be selected and uploaded?It seems that \[code\]<input type="file" name="fileinput">\[/code\]allows only 1 file to be selected at a time, while the input on http://filetolink.com/ (for example) let's the user select multiple files. How is this done and how do I go about processing?Thanks in advance!
 
Back
Top