1
Answer

How to handle Image in scaffold in MVC

Photo of Sreekanth Reddy

Sreekanth Reddy

8y
1.8k
1
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)