Hi team,
I have 2 different file uploader's in my page inside update panel.
I am saving files by using below links. But i am unable to get the individual files uploaded by FileUploader1 and FileUploader2.
https://aspdotnet-kishore.blogspot.com/2014/06/upload-multiple-files-using-fileupload.html
Please help.
File Upload allow multiple is supported in ASP.Net 4.5 and hence you will need to upgrade to ASP.Net 4.5.
So either upgrade to ASP.Net 4.5 or use multiple file upload controls to execute your task.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.