I installed the ckeditor with the simple uploads plugin. The problem is the images go in as URL. Is there a way to have images uploaded, but when they go in have them go in as image data code?
Wed, 11/12/2014 - 20:32
#1
Set in your configuration
Set in your configuration
Although I strongly advice against that because the HTML will become huge very easily and CKEditor hasn't been designed to work this way (I know that there is some bug about problems caused by people that use the images this way)
Thank you!
On this page http://ckeditor.com/forums/CKEditor/Convert-images-to-image-data-code, it says to set base64 format so image being upload converts to this format which is image data. But here I am just putting image tag and setting the remote image into src attribute. So this forum is not related to remote image.
Wondering if a remote image can be converted into base64 format automatically?
You asked about SimpleUploads
You asked about SimpleUploads and about uploaded images, that's why I suggested to change that configuration.
If you want to embed external images then you'll need to read them with a server acting as a proxy because the javascript in the browser won't be allowed to do that.