Hello,
I integrated ckfinder and ckeditor like this:
var editor = CKEDITOR.replace( 'editor',
{
filebrowserBrowseUrl : contexto + '/ckfinder/ckfinder.html',
filebrowserImageBrowseUrl : contexto + '/ckfinder/ckfinder.html?type=Images',
filebrowserFlashBrowseUrl : contexto + '/ckfinder/ckfinder.html?type=Flash',
filebrowserUploadUrl : contexto + '/ckfinder/core/connector/java/connector.java?command=QuickUpload&type=Files',
filebrowserImageUploadUrl : contexto + '/ckfinder/core/connector/java/connector.java?command=QuickUpload&type=Images',
filebrowserFlashUploadUrl : contexto + '/ckfinder/core/connector/java/connector.java?command=QuickUpload&type=Flash'
} );
So, I upload many files through the browse server button, but, when I click in the image, nothing happens. There's no javascript or java errors in console, but the image is not selected.
Is a configuration problem? What I have to do?
Do you have a support token?
Do you have a support token? The CKSource team that maintains CKFinder will gladly help you solve this issue.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!