Ali Ghaffari

Ali Ghaffari

  • 975
  • 680
  • 27.2k

How to upload image into database sql with asp.net mvc

Nov 20 2016 2:54 AM
I am trying to save image from asp.net mvc (razor) to database and display it on my page but without entity framework.
But image should be upload with my other fields in form like Name: .....,Gender:....
after Gender image should be show. 
Can anyone help me?