Open Source/Free ASP.NET Webcontrol for Document Repository

2k views Asked by At

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.

2

There are 2 answers

2
NakedBrunch On BEST ANSWER

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.

0
M4N On

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.