I am using a input type file control in my ASP.Net MVC application for uploading a file. The problem with it is that the browser doesn't allow the directory structure to be revealed after selecting a file through it. It shows C:\fakepath\filename
.
I have gone through a lot of questions to find an answer to this. All are saying it can't be overridden.
Is there any other control like Telerik or AJAX which I can use to achieve this?