I'm breaking my head to define a dynamic folder when opening a CKFinder POPUP . See the code below:
// config.js
var finder = new CKFinder();
finder.popup();
// CONFIG.PHP
$baseDir = __DIR__.'/../../biblioteca/';
$baseUrl = '';
I want it to go into a specific folder when you click a button, the folder that is in the button ID. But I could not do it. I think this setting is interfering with Config.PHP
of CKFinder. However, if I move in this file, it does not work either.