I'm looking for a php component or class that allows the user to upload multiple files, like the windows filebrowsing, using the SHIFT or CTRL button.
I searched the whole internet and only found Active-X components, or Flash script, that allow you to pick multiple files using CTRL or SHIFT.
The Active-X components only work for IE and the user needs to download (unsafe) Active-X content.
Also a common solution is a javascripts that ads extra 'single file' upload boxes when you have picked one file. But in a large directory you have to scroll endlessly to upload a few pictures or files.
I think the W3 should make a new tag available for multiple-file upload.
Does anybody have a nice clean script that allows cross-browser multiple file upload capabilities?