Hi,
Asp.net newbie here.
I need to enable clients to upload multiple files at once to my web server. I have found several examples with single file uploads and a few examples with multiple file uploads. The problem with the multiple file upload examples is - each file is specified in its own text box on the web page, each with it's own "browse" button.
I want the user to be able to browse to a directory, do a multi-select and upload all files selected. Any suggestions?
Thanks for your help!
Asp.net newbie here.
I need to enable clients to upload multiple files at once to my web server. I have found several examples with single file uploads and a few examples with multiple file uploads. The problem with the multiple file upload examples is - each file is specified in its own text box on the web page, each with it's own "browse" button.
I want the user to be able to browse to a directory, do a multi-select and upload all files selected. Any suggestions?
Thanks for your help!