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.
Asked
Active
Viewed 2,022 times
2
-
1Something 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 Answers
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
-
2+1 for this one that I didnt know it, how ever this is not apear to work with asp.net ! – Aristos Jul 20 '10 at 07:15
-
1There is no asp.net connector for kcfinder sadly. Would that be interesting to users? I'm thinking of forking it. – Joel Peltonen May 03 '13 at 09:18