Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
help me to upload image file from front end and how to store that in database(aft converting) and how to retrive the converted image from backend to frontend...
Posted

hi what you want to do exactly to store image.
you can store it as byte array in your db or you can also store full path with image name in db and save image in some folder from both ways you can easily retrieve by image path and byte array to retrieve image..
 
Share this answer
 
Comments
Jawad Ahmed Tanoli 18-Mar-14 11:51am    
try these links you can google your self you will easily find and learn.
http://www.codeproject.com/Questions/690560/How-to-store-and-retrieve-images-in-Microsoft-SQL
http://www.dotnetlogix.com/Article/aspnet/194/Save-and-retrieve-image-to-and-from-database-in-aspnet.html
VICK 19-Mar-14 1:43am    
Dear Jawad! Do edit your question and post your comment as part of your solution for better visibility to the OP and help. :)

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