enjoylife
enjoylife

Reputation: 5479

how to write the path in ckeditor?

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

Answers (1)

Treffynnon
Treffynnon

Reputation: 21553

From what you have said I would have a guess

config.filebrowserBrowseUrl = '/test/kcfinder/browse.php?type=files';

Upvotes: 1

Related Questions