Reputation: 4122
in Firefox it is possible to copy and paste an image into CKEditor from Word or even directly from the desktop itself. In any version of Chrome, however, it is not possible. I can't have Chrome users uploading images and then hotlinking to those images, so is there a workaround?
Chrome can easily go to any website, copy an image and paste into CKeditor. It just won't work from the user's machine, where most of these images are coming from.
Upvotes: 1
Views: 2586
Reputation: 1625
CKEditor using ImagePaste plugin it work only for Firefox.
You can try with doksoft_image_embed plugin. See demo here:
http://doksoft.com/soft/ckeditor-image-embed/demo.html
Unfortunately this plugin is Commercial License.
Or you can try with Base64 Image:
Base64 Image will replace ImagePaste, Button Upload image as base64 into CKEditor:
http://ckeditor.com/addon/base64image
Upvotes: 1