Re: Uploading Multiple Files to a Server
I did a mulitple-upload in PHP once, but I don't know of a way to open a single "browse" box, select multiple files and have them queue up. I assumed you'd have to use some sort of Ajax to do that.
The way I did it was by creating 10 browse inputs and allowing a max of 10 files at once.
I know that's not really what you were hoping for, but this is beyond me.
|