Search code examples
asp.net-mvc-2filebrowse

Can i browse file stored on Remote server through simple <input type="file"> control in asp.net MVC 2.0


I have a file control of HTML <input type="file">

And i want to browse file from the remote server.

I want to locate a file which is stored on remote server.

For eg. If my website is hosted on http://192.168.56.116

and if there is a folder on server http://192.168.56.116/UploadedFiles

then i should be able to browse files contained in that folder.

Is this thing is possible in asp.net MVC 2.0 ???

Please suggest me any alternative or solution for this problem.

Thanks, Manoj


Solution

  • There is no way to do it.

    You should use special web file browser - for example, CKFinder. http://ckfinder.com/