Hello all! I'm trying to integrate CKEditor image upload. I've managed to write a script that will verify that the file came from CKEditor, and upload it successfully to the server. However, once it uploads, my instance of CKEditor simply gets a broken image link.
It gives me something like this:
<p>
<img alt="" />
</p>
Is my upload script supposed to return a path or something?
Thanks for any help.
Josh.
It gives me something like this:
<p>
<img alt="" />
</p>
Is my upload script supposed to return a path or something?
Thanks for any help.
Josh.
Re: Image upload script not putting src in?
Take a look in the PHP Example: http://docs.cksource.com/Talk:CKEditor_ ... ploader%29
Your serverside code will need to output javascript that calls window.parent.CKEDITOR.tools.callFunction({$_GET['CKEditorFuncNum']}, '$src');