Reputation: 5479
I have installed ckeditor, and I am using the KCFinder plugin as the upload image tool. http://kcfinder.sunhater.com/docs/integrate#session.
Now I don't know how to make the path right. my ckeditor's path is test/ckeditor....
the kcfinder's path is test/kcfinder...
How do I write this code?
config.filebrowserBrowseUrl = '/kcfinder/browse.php?type=files';
Is the above path right? Thank you.
Upvotes: 0
Views: 506
Reputation: 21553
From what you have said I would have a guess
config.filebrowserBrowseUrl = '/test/kcfinder/browse.php?type=files';
Upvotes: 1