ACL in CKFinder and Imposing Folder Size Limit and Number of Files Per User

Before we start, i suggest you to see my previous two post about CKFinder here and here. In this post i will show how you can manage ACL and also how you can limit you user to on folder size and number of files. For example you web app let user to upload file using [...]

Private Upload Folders for Each User With Ckfinder

In CKFinder, all the images or files are saved in one folder. This create a sequrity risk. You dont want to show images of one user to other users. In this post i will show how you can do this easily. First you have to authenticate your CKFinder with session. You can see my previous [...]

Implementing CKEditor and CKFinder in CakePHP 1.3 With Authentication

Update: If you are using database as saving session values in database Then getting session values will be different. if you are using CakePHP 1.2 then use tabe name “sessions” instead of cake_sessions. CakePHP is my favorite framework because it is “easy”. As for WYSIWYG editor I use CKEditor+CKFinder. There are many ways to implement [...]