{{{baseDir}}}
The {{{baseDir}}}
is the path to the local directory (on the server) which points to the {{{baseUrl}}}
URL described above. This is the path used by CKFinder to handle the files on the server. Full write permissions must be granted to this directory.
You may point it to a directory directly:
{{{code1}}}
Or you may let CKFinder discover the path based on {{{baseUrl}}}
:
{{{code2}}}
Bear in mind that CKFinder will only discover the path, when the base URL is a local Web path (relative to document root). Example:
{{{code3}}}
If it is a full URL address, like the following one:
{{{code4}}}
the path will not be discovered.