How to Save image 1 MB in asp.net mvc
How to Save image 1 MB and retrive and delete in asp.net mvc
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.
Francis SusaimichaelPosted Oct 18, 2016, 7:39 AM
Have you faced any issues while implementing this functionality? If so, specify the error. Mostly these kind of functionality needs somechanges in IIS also.
Deleting the file is straight forward. You just point out the file and delete it using File object.
Midhun TpPosted Oct 18, 2016, 7:27 AM
Please check below article-
http://www.c-sharpcorner.com/UploadFile/b696c4/how-to-upload-and-display-image-in-mvc/