Hi!
I'm creating an application where I need to upload multiple files. I do not know the number of files, but typically somewhere between 20 and 60 files.
I know it's possible to write a multiple-file upload script, but as far as I've seen all of these work on a fixed number of uploads.
I'm lookin gofr something a bit more userfriendly, either:
1) Since my files will be named in sequence (eg file001, file002...), a way to process a given number of files, based on the first name.
I tried createing a script that generated a "regular" php-multifile upload page, but in this case I wasn't able to set the "default value" for the filename. A solution here would be great.
2) A way to do multiple selects in the brows dialog box. (Though as far as I know this isn't possible)
3) A java applet that handles multiple file upload in a way that's more userfriendly than the "common" way to do this in PHP / HTML.
Thanks,
-øystein :-)