I have tried base64image which did what I want that is add image from my pc. But the problem is whole text of ckeditor using base64image exceeds my database table field size. I am using BLOB field still having issue with that. So my question, is there any easy way to add image using built-in image plugin from my pc to ckeditor? I am refereing to ckeditor image plugin not base64image.
Thu, 06/19/2014 - 17:10
#1
Yes, that's one of the
Yes, that's one of the problems about trying to embed the full image into the content.
The best option is to install an uploader and then add the SimpleUploads plugin that allows to add files in several ways (toolbar button, drag&drop, paste into the content)
For the uploader you can get CKFinder or adjust your own one. (there are also other third party uploaders ready out there, you just have to search for them)