I created a MVC application where you can upload images. I'm storing them in file system and if file exist I'm showing it and Im not using SQL to track files.
I have a IList string with foreach showing them. but now I need to delete specific image and I'm not sure how to implement it in MVC because I can identify image just by imagename.
Could someone show me the best way of managing photos in my scenario. Thank you in advance