Sreekanth Reddy

Sreekanth Reddy

  • 329
  • 4.8k
  • 405.4k

How to handle Image in scaffold in MVC

Jan 27 2017 3:10 AM
Hai friends,
 
My datatype of an image is Varbinary in sql server.
In front end I'm using Entity framework database first approach with scaffold.
 
For that I had provided the type as image for the image property in view.
 
Now how to store my image in binary format from that property when I hit create button ? 

Answers (1)