2

Is anyone aware of a good open source document repository webcontrol for ASP.NET? I'd like to give users the ability to upload files, create folders, etc. in particular paths on the web server. I want a full user interface so just the WebDAV API or a partial solution like Uploadify is not enough.

Keith Adler
  • 20,880
  • 28
  • 119
  • 189
  • 1
    Something like ckfinder ? http://ckfinder.com/demo – Aristos Jul 16 '10 at 10:14
  • Actually that's a great option despite not being Open Source. Please put this as an answer as I may select it despite the fact it's a paid solution. It appears to be a good option. – Keith Adler Jul 16 '10 at 21:40

2 Answers2

3

I'm not sure if I correctly understand the question, but there are lots of free (and even more commercial) file manager controls for ASP.NET, e.g: essential objects, IZWebFileManager, ASP.NET AJAX Style Folder Explorer.

Personally I'm using the (commercial) RadControls suite by telerik, which also contains a file explorer control.

M4N
  • 94,805
  • 45
  • 217
  • 260
3

Check out KCFinder: http://kcfinder.sunhater.com/

It is a free open source alternative to CKFinder.

I've worked with this on a corporate intranet site and it has served us beautifully.

NakedBrunch
  • 48,713
  • 13
  • 73
  • 98