Click here to Skip to main content
15,918,243 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hallo,

I wonder if there is an asp element, which allows to upload several files simultaneously (e.g. by selecting several files with <ctrl>). I found out that the standard File Upload element cannot handle this.
Can it? If so, how? Are there any other standard elements that can handle this?
Posted

 
Share this answer
 
If you want to upload multiple files using the "standard" elements, you will need to add x number of file upload controls for x number of files onto your page which is pretty darn ugly and not really practical. In order to successfully do this you will need to take Tejas' advice and use a jquery implementation of some kind.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900