Search code examples
c#.netfile-browser

What is a good File Manager for a .NET Web Application?


I need a File Manager for C#/.NET in my web application (similar to the old one in Telerik, but I'll avoid Telerik right now).

I need it because the user should browse folder, enter the folder, e select "file". I just need this behaviour.

Found this, but I don't know how good it is! What can you suggest to me?


Solution

  • Take a look at this great example at CodeProject.

    If you are willing to purchase a commercial product take a look even at : JoHer and Heapar .NET File Explorer Control .

    UPDATE For Web Applications :

    Take a look at : IZWebFileManager .

    This question could be a duplicate of this one .