How can I let Multiple File Upload ?

moryali 07 May, 2010
Hi Guys ,
I wouls like to let my users to upload Multiple files and not One at a time like the Default allows ?
Does anyone have an Idea How can I do it ?
nml375 07 May, 2010
Hi moryali,
The "simple" way would be to add multiple file inputs to your form, though you can still only select one file per form input. Perhaps not what you had in mind?

The more advanced option is to use a "background uploader", or flash uploader, if you prefer. This requires some work to implement, and relies on browser-capabilities such as a Flash movie player. Depending on the uploader, it may support many different features such as concurrent uploads, upload queues, image resizing, progress bars, etc.
I've had some succes using swfupload in a recent project, though the implementation is not trivial - you'll need some experience in both PHP and JavaScript programming.

/Fredrik
This topic is locked and no more replies can be posted.