I have a Asp.net MVC 3 project where I want to implement a textbox and a Browse button where I can browse on the path of the server /Content/Image and retrieve the filename of the file selected.
How to do it ?, as when I put in the view , it always browse the files locally, and what I want to do is to be able to Browse the /Content/Images from the server