Click here to Skip to main content
15,902,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am looking for ASP.NET C# form example with file upload and save in database.

I found following example but file upload and saving in database functionality missing.

http://codersbarn.com/post/2008/11/30/ASPNET-Contact-Form.aspx

Any example link ?

-Thanks
Posted

If you know how to program then all you need is to use the FileUpload control from the AJAX Control Toolkit. Then use either your Sql helper class to write to the db or use the SqlConnection and SqlCommand classes in .Net to write to the db.
 
Share this answer
 
Refer this link

Contact us page in ASP.NET with File Upload[^]

Regards..:)
 
Share this answer
 

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