does anyone know of any good scripts or instructions on how to do some clean multiple file uploading from a form.
i am replacing a database that was written in .net with php, and the guy who wrote the .net code (badly, i might add) did do one cool thing. he had a little box on the page that told you what files you were uploading, so when you browsed for a file to upload, this box would update and list all of the files you were wanting to upload.
everything i have seen on the internet wants you to input the number of files you are going to upload, so you can just generate x many <input> boxes.
to me, thats just a little tacky. is there any way to do it so that you can just keep an array of files to upload, with only one input box?
i looked at JUpload, and even tried it, but i cant get it to work on my server. the documentation is somewhat weak for it.
any help would be appreciated.
thanks