Click here to Skip to main content
15,922,166 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to upload & download files(Documents) using asp.net
Posted
Updated 17-Jun-11 20:49pm
v2
Comments
Sandeep Mewara 19-Jun-11 16:35pm    
No effort.

This information is widely available online. You upload a file by putting a file upload control, either the built in one, or a third party flash or Java one. You download a file by writing it with the correct MIME type to the user. If you didn't understand any of that, that's why you should be reading articles to answer 'I have no idea how something works at all' questions, and forums to answer 'I tried this but it's not working as I'd hoped' questions.
 
Share this answer
 
For File Uploading
you can use File upload control, and use PostedFile.SaveAS() method to save the uploaded file to server.
Click me[^]

-----

For downloading file
Go through me[^]
 
Share this answer
 
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900