Uber-uploader & Multi File 30.10.08
I want to integrate the script multifile.js in uberuploader.
The uber uploader script allow multi file selection but with more inputs.
I want that the script to work with multifile.js with only one input for file upload and every time I select a file to upload to be added on a list below the upload form and when I submit the upload form all files to be procesed and uploaded correctly.
Also the form must also follow also the functions from ubr_file_upload.js like:
- Check the file format before uploading
- Check for legal file extentions
- Check for illegal file extentions
- Make sure the user selected at least one file
- Make sure the user is not uploading duplicate files
You can find more information about Uber-Uploader at:
http://uber-uploader.sourceforge.net
And more info about multi file selector at:
http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/
That’s it.