Helo,
When you drop an image into a ckeditor the image loads in base64 encoded
How can I capture the event "drop"
for example I would like to replace the code:
<td><h2>drop your image here</h2></td>
by
<td><img src="data:image/jpeg;base64,xx............"></td>
when i drag and drop an image.
thanks.
When you drop an image into a ckeditor the image loads in base64 encoded
How can I capture the event "drop"
for example I would like to replace the code:
<td><h2>drop your image here</h2></td>
by
<td><img src="data:image/jpeg;base64,xx............"></td>
when i drag and drop an image.
thanks.
Re: image drag and drop
This appears to be a Firefox issue at the heart of it... same issue reproducible on other rich text editors, but only in the FF browser.
I've started a ticket to try and get this removed as a default behavior in Firefox:
https://bugzilla.mozilla.org/show_bug.cgi?id=729587
Please go leave a comment there if you wish to see this resolved at the browser level.
Thanks
Re: image drag and drop
Re: image drag and drop