Uploading multiple files and 'selecting' multiple files are two very different things. Based on your wording, I'm guessing that you want to allow users to 'select' multiple files at the same time for upload. In short, this can't be done via standard browser interfaces (javascript), you'll need to explore using java or flash based applets to provide this multi-select capability. I recently started using a flash based control for just this purpose. There are tons to choose from, but the one I'm using can be found at: http://www.element-it.com/MultiPowUpload.aspx
On Aug 17, 10:14 pm, "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

