how to retrieve the image from database into mvc 4 application ??can any one help ,am new to mvc
In database am storing the image path like
profilePicture -->varbinary(max) //Here am storing the path
Now I need to display the this path as image into mvc application
Loading
Dipankar BiswasPosted May 5, 2015, 11:54 PM
see this linkhttp://methodsoftware.blogspot.in/2014/07/mvc-4-display-images-from-database.html
thanks..