hello
i have application is devlopped aspnet and c_charp i have add the form to aupload and downlod file
hello
i have application is devlopped aspnet and c_charp i have add the form to aupload and downlod file
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek YadavPosted Aug 26, 2023, 4:22 AM
Ensure that you have a folder named "Uploads" in your project's root directory to save the uploaded files. Also, make sure the appropriate write permissions are set for this folder.
This is a basic implementation, and you can further enhance it by adding validations, checking file extensions, handling duplicate file names, and providing additional features depending on your requirements.