Log in or register to post comments
Last post
CKFinder integration
How do configure the CKFinder to use a specific folder I want in ASP.Net 4.0?
Re: CKFinder integration
See http://docs.cksource.com/CKFinder_2.x/D ... _Directory if you mean the base directory for the application.

Documentation Manager, CKSource

See CKEditor 4.x docs, CKEditor 3.x docs, CKFinder docs for help. CKEditor general FAQ is useful, too!
If you think you found a bug in CKEditor, read this!

Re: CKFinder integration
just where I want it to store files
Re: CKFinder integration
Once you set the BaseUrl and BaseDir values, you can configure the resource types, as described here: http://docs.cksource.com/CKFinder_2.x/D ... urce_Types

Do have a look at the Developer's Guide, the configuration issues are explained pretty well there.

Documentation Manager, CKSource

See CKEditor 4.x docs, CKEditor 3.x docs, CKFinder docs for help. CKEditor general FAQ is useful, too!
If you think you found a bug in CKEditor, read this!

Re: CKFinder integration
Is it only possible to set the baseDir through a config file or javascript? I see no option if you are trying to set it in the code behind of an ASPX page.
Re: CKFinder integration
ok the so the only way I can see that this works is to store the baseURL or baseDIR in a session and modify the config.ascx to read from my session to set the URL