I'm working in tiny project that deal with multiple file uploading.
at the begining user have one fileupload control and a small image called fileuploadadder .
each time user click on fileuploadadder , a clone of the first fileupload control added to the page with jquery . the ids of the fileupload controls are uniqe. such as file1 , file2, ...
now , i want when user clicks on a button at the end of the page asp.net uploads the selected files.
tnx
Here's an example: