I've got CKfinder working with CKeditor and I'm able to create subdirectories within the files directory on the server side through the CKfinder interface, but I want to automate this more by passing a value that CKfinder can use to create a new folder on the server side and then load that folder without requiring the user to do this.
Anyone know if there is documentation on this?
Thanks in advance for any hints.
Anyone know if there is documentation on this?
Thanks in advance for any hints.
Re: Automatically create folders and load that folder (CKfin
a) creating a subfolder automatically inside of e.g. Files resource type, while leaving baseUrl/baseDir variables uchanged?
or:
b) changing baseDir/baseUrl variables dynamically, creating the target root "userfiles" folder for all resource types (Files/Images/Flash) on the fly?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Automatically create folders and load that folder (CKfin
Let me know if that makes sense.
Thank you