Multiple File Selection For Uploading in ASP.NET
Posted
by IrfanRaza
on Stack Overflow
See other posts from Stack Overflow
or by IrfanRaza
Published on 2009-08-03T13:23:02Z
Indexed on
2010/06/18
9:53 UTC
Read the original article
Hit count: 273
ASP.NET
|fileupload
Hi Friends,
There are several resources available on net to upload multiple files, but using multiple FileUpload controls. What I need to have multiple file selection dialog box so that user can select multiple files at one shot and then all files should be uploaded on one click.
Anyone of you have any idea?
Thanks in advance.
© Stack Overflow or respective owner