Hi,
I'm trying to integrate KCfinder to CKeditor. On my localhost everything is ok, but when I copy it to webhosting it doesn't work.
On my localhost i have this code to integrate:
config.filebrowserBrowseUrl = '/kcfinder/browse.php?type=files'; config.filebrowserImageBrowseUrl = '/kcfinder/browse.php?type=images'; config.filebrowserFlashBrowseUrl = '/kcfinder/browse.php?type=flash'; config.filebrowserUploadUrl = '/kcfinder/upload.php?type=files'; config.filebrowserImageUploadUrl = '/kcfinder/upload.php?type=images'; config.filebrowserFlashUploadUrl = '/kcfinder/upload.php?type=flash';
and it works, but here on webhosting it doesnt work. I'm trying many other ways, but unsuccessfully.
(the hosting has his own absolute path and i can't find the folder with the KCfinder).
Is there some way how to solve this? Or how can I write relative path to the KcFinder folder?
Thank you very much and I'm sorry for my English