I'm trying to make a slideshow program and would like for my users to be able to upload multiple files at once. Right now, if they have 20 photos they want to put in they have to "add new" - upload image, save... "add new" - upload image, save... repeat... I've looked at other solutions and I'm not finding what I need (a multi-user non-flash slideshow widget) - so, I decided to try and make my own.
I guess you can create multiple fields in single database table and set 'Edit as' type of all those fields to 'File/Image'. This way client can choose and upload multiple files. If you need to select and upload multiple files without clicking 'Browse' button multiple times Flash or Java applet is required.