I need to have a user be able to upload large quantities of images.
Now, having 5 - 10 file/browse buttons on a page works, can be controlled pretty well security wise, but the process (click..browse...click..browse) gets VERY painful after about 30 files or so. :0
Having the user ul a zip file is also possible, but you lose the ability to limit individual file sizes, files types, etc. And, the post-ul processing of the zip can be a real PITA.
So, my question (finally)...is there any way (functions, classes, libs, etc) to allow a user to select multiple local files at once and ul them? YOu know...like holding CTRL while selecting multiple files in the browse list or anything similar.
Im guessing there isnt, but figured I'd ask anyway
TIA..
Ahhhk!