Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
I need to store the image file in the mysql database and later i need to retrieve the same image file from the database.
So,help me on this friends.
Posted

It would always be better to save images in physical file and save the file name with path reference in data base.

Though, you can always save the physical image in the db.

Here are few links, which will be helpful looking at it,
Storing Images in MySQL using ASP.NET[^]
[^]

Hope this helps.
cheers
 
Share this answer
 
 
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