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 ?