Hello,
I am using CKEditor for my website and must say its really nice editor. In this editor you provided image import but that image must be uploaded on server and not on client machine. So I used one ajax File uploader to upload any images. If editor instance is created once it blocks image uploading. and it gives me an error as Uncaught TypeError: Object http:// has no method 'open'.
Why this is happening? Please help me to get out of this. Or suggest me file uploader which suitable to CKEditor. On your website there is also file uploader. Can you please share its code?
Please help me