views:

34

answers:

2

Hi All,

I'm creating a website that is able to do multiple file uploads. However, is it possible such that when I click on the browse button and select the file to upload, it automatically adds it to a list of files to be uploaded, instead of selecting the file, and having another button to add that selected file to the list? It is something like uploadify.

Thanks.

A: 

I use Ajax Uploader for this

Ray
A: 

Latest build of Ajax Control Toolkit allows you to upload files without refreshing a page and without using addition button (not sure for multiuploading).

Also you may be interested in "[How Do I:] Multiple File Uploads in ASP.NET 2".

sashaeve