I have a project which upload multiple files so kindly if any one have the code of file upload then please share the code.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use the jquery MultiFile script.
After adding the jquery and multifile script references to your page, you would then add a file input to your form and set the class=”multi”
On postback, I iterate through the uploaded files and save them to a directory on the server or the cloud or wherever.