Hi Steve, You can try with the following plugins:
http://www.malsup.com/jquery/form/ --> it allows simple upload of one file. http://www.pixeline.be/experiments/jqUploader/ --> it allows simple upload with progress bar based on flash. http://www.fyneworks.com/jquery/multiple-file-upload/ --> it allows multiple file upload. I've used the first one, it works perfectly for a single file upload but it is a generic plugin to work with forms. David. On Aug 18, 4:14 am, "Steve Finkelstein" <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm looking to allow a user to upload mutliple files or even better, an > entire directory worth of files. Adding a progress bar for the batch or > single file upload would be ideal. > > What's my best bet for doing this? > > Thanks. > > - sf