1

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?

markzzz
  • 47,390
  • 120
  • 299
  • 507
  • As a user I prefer to use standard widgets with well-known behavior. As a developer I use the built-in dialogs MS shipped in WinForms and WPF for file selection. – wigy Apr 03 '12 at 08:38
  • Browse folder, select file? That sounds like a job for... OpenFileDialog! – Mr Lister Apr 03 '12 at 08:38
  • Web application! I need just to open folder and select file, nothing more... – markzzz Apr 03 '12 at 08:45

1 Answers1

1

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 .

Laurie Stearn
  • 959
  • 1
  • 13
  • 34
aleroot
  • 71,077
  • 30
  • 176
  • 213