when I clicked 'send to server' button,nothing was happened!
I clicked image -->upload again
I got these code:
<html dir="ltr" lang="zh-cn"> <head><title></title></head> <body style="margin: 0; overflow: hidden; background: transparent;"> <form enctype="multipart/form-data" method="POST" dir="ltr" lang="zh-cn" action="/ckfinder/core/connector/java/connector.java?command=QuickUpload&type=Images&CKEditor=content&CKEditorFuncNum=2&langCode=zh-cn"> <input type="file" name="upload" size="38" /> </form> </body> </html> <script> window.parent.CKEDITOR.tools.callFunction(205); window.onbeforeunload = function() { window.parent.CKEDITOR.tools.callFunction(206) }</script>
Re: ckeditor+ckfinder+java integration
Which CKEditor and CKFinder versions do you use? Which browser do you use? A recent Chrome 18 bug made some problems in this area -- this was fixed by CKEditor 3.6.3 and CKFinder 2.2.1. Try to upgrade to the latest releases first.
Was this working on your installation before? Have you recently introduced any changes to your setup?
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: ckeditor+ckfinder+java integration
How do we get 3.6.4 ckeditor and the 2.2.2.1 CKFinder for JAVA?
Any help much appreciated.
Regards,
Will