Click here to Skip to main content
15,899,935 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

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
Posted

1 solution

Take a look at the following code project article Web File Manager[^].

Also, Asp.net Ajax File Manager[^]
 
Share this answer
 
v2
Comments
manoj2113 18-Oct-11 5:23am    
Hey thanks for the reply.

I want this thing in ASP.NET MVC 2.0

I can't use Controls in ASP.NET MVC 2.0

I just want a File Browse window where i can browse file of a remote server

Please suggest me any alternative for the same.

Thanks,
Manoj

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900