views:

70

answers:

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.

+3  A: 

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
+3  A: 

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.

Alison
+1 for this one that I didnt know it, how ever this is not apear to work with asp.net !
Aristos