Storing the Image in database
I want to store the image in my database and at the same time I want to get the image into UI, So can any one suggest me ,how I have to store the image , either link or image which is the better way to store the image in database
Nanhe SiddiquePosted May 5, 2015, 4:12 AM
http://www.dotnetgallery.com/kb/resource21-How-to-store-and-retrieve-images-from-SQL-server-database-using-aspnet.aspx.aspx
Yogendra YadavPosted May 5, 2015, 3:17 AM
http://www.aspdotnet-suresh.com/2011/01/how-to-insert-images-into-database-and.html
http://www.dotnetfox.com/articles/store-and-retrieve-image-from-database-in-Asp-Net-1113.aspx
http://www.webcodeexpert.com/2014/03/how-to-uploadsave-image-in-folder-and.html
http://www.codeproject.com/Articles/33310/C-Save-and-Load-Image-from-Database
Sanjeeb LenkaPosted May 5, 2015, 3:15 AM
Better store it in your server and store the path of the image in db.
without storing in db. only path
http://www.aspdotnet-suresh.com/2011/03/how-to-save-images-into-folder-and.html
storing in db
http://www.aspdotnet-suresh.com/2011/01/how-to-insert-images-into-database-and.html