Upload image file in entity framework database
How to insert,update and delete image in MVC using Entity framework database.Help me with details code please!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prakash JoshiPosted Feb 24, 2015, 8:47 AM
create a model like this
public class AdminDetailsViewModel
create a class like ImageRepository whic uses DbContext class
create your controller like this
Its not full code but i think u get some idea