Multiple File Selection

  • Thread starter Thread starter abc
  • Start date Start date
A

abc

Hello,

Is there any way to select mutiple files from Client's machine's drive for
uploading?

Any help in this regards will be highly appreciated.

Thanks in advance.

Regards
 
Do you mean from an ASP.NET application? If so, I believe you can either
have more than one <INPUT TYPE="FILE"... HTML control on the page, or you
can use third party software that allows selection of more than one file - I
have used a control called XUpload, which I found at
www.componentsource.com. I'm sure there are others.

Toby Mathews
 
Hello,

You got it right its multiple selection of files for uploading and
downloading. It would be knid of you if you can send me the exact link to
find this XUpload control on www.componentsource.com.

Thank you very much for your kind support.

Regards
 
Have you actually been able to get the XUpload component working with
ASP.NET? I've been trying and have not had any luck.
 
Back
Top