#9210 closed Bug (invalid)
Unable to copy the images in CK editor for IE and Crome Browser
Reported by: | saurabh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 3.6 |
Keywords: | Cc: |
Description
Hi,
I am unable to copy the images from MS-word doc on CK editor for IE and chrome browser.Its working fine in FireFox.what would be best possible way to sort out this issue.Thanks
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|
First of all you should be using latest CKEditor 3.6.4 and not 3.6.
Second it is not possible to copy images from word in default CKEditor. What you are copying in is image with local path. Once it is saved in DB it will not be visible to anyone else looking at it except you at your computer.
To see images they have to be first downloaded to server. You should come up with some sort of a plugin that will upload images in background and change paths in CKEditor document.