ASP.net MVC Directory Browsing
Hi All, Im adding the ability to upload images to my ASP.net mvc application. Basically the user selects an image and I upload it to an Images folder which i've created in my solution folder structure. This works great and the image uploads to the images folder. The problem I have is now displaying the image back to the browser. My ques...