Hi,
i'm using CKFinder for asp.net 2.0.2 and would like to build a multi-user CMS.
Therefor i managed to set the BaseURL for each User in the config.ascx.
Now i want to set Quotas on each User's Folder.
I Found a solution for php here:
http://zakirhyder.wordpress.com/2011/02 ... -per-user/
but as the .Net Assembly is compiles i cannot change the sendResponse Method.
Do you have any idea for me how to hook in a folder size checker within the CKEditor?
kind regards and thank you for the nice work
Christoph
Tue, 07/12/2011 - 17:27
#1
Re: CKFinder for Multiusers with Folder Quotas
CKFinder for ASP.NET is distributed along with server side source files (available in the _source folder) you can recompile the .dll file.
Another solution would be to use BeforeExecuteCommand hook inside of your server side plugin and check user quota before actually allowing CKFinder to upload the file.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: CKFinder for Multiusers with Folder Quotas
thank you, i didn't got the _soucre.
With this, i can recompile and add the function.
Thank you and regards
Christoph