Hello Guys,
I have one Problem arise to uploading multiple files through multiple AjaxFileUpload Controls in one asp.net webpage.
When I Click 1st AjaxFileUpload1 Control UPLOAD Button Then 'AjaxFileUpload1_UploadComplete' Event Fire But When I Click on 2nd AjaxFileUpload2 Control UPLOAD Button Then 'AjaxFileUpload1_UploadComplete' Event Fire instead of 'AjaxFileUpload2_UploadComplete' So I can't uploading file in Proper way.
If you have answer then reply me.
Thanks....
Khargesh RajputPosted Apr 17, 2015, 11:33 PM
AjaxFileUpload1_UploadComplete
in
AjaxFileUpload2
Santhakumar MunuswamyPosted Apr 17, 2015, 10:45 PM
Refer this below link
http://www.dotnetfox.com/articles/ajax-fileupload-or-multiple-fileupload-with-progress-example-in-Asp-Net-1081.aspx
I hope you will helpful "Mark Answer"