Wednesday, September 28th, 2005
Upload multiple files with a single file element
The Stickman posted a solution that lets you have one displayed <input type=”file” …>> that allows you to select multiple files (one by one), and then send them all up to the server.
The implementation creates multiple file upload inputs, and keeps all but one hidden.





3.7 rating from 30 votes
Any idea on how to use this along with Coldfusion server side processing to display a thumbnail preview of the images as you upload them?