Copy local image in CKEDITOR
Good morning everyone!
I have a requirement to implement the possibility to copy a local image (from MS Word for example) to CKEDITOR.
I'm using CKEDITOR 4.5.7 and Siebel 8.1.1.14 (Patchset 13).
After investigating I discovered that I have to use the Upload Image plugin https://ckeditor.com/cke4/addon/uploadimage and all it's dependencies.
Did someone implemented something similar?
I know I have to install the following addons:
- widget
- uploadwidget
- uploadimage
- toolbar
- notificationaggregator
- lineutils
- filetools
- button
- clipboard
- notification
For now it's fine but the upload widget need some "special configuration" https://ckeditor.com/cke4/addon/uploadwidget , as we can read in the