[SOLVED] CKEditor upload images (Drag/Drop, Copy/Paste)

Answered
0
0

Hello,

i want to save the images insterted in the CKEditor on the server. Not only a link to the original source.
Also I want to insert images from the local PC.

I tried to use the DragDrop event. But it is not called.

Is this somehow possible? Where can I intercept and run custom code?

  • You must to post comments
Best Answer
0
0

Looks like they have a plug in for that:

https://ckeditor.com/cke4/addon/uploadimage

You can add plugins to the CKEditor.ExternalPlugins property: https://wisej.com/docs/html/N_Wisej_Web_Ext_CKEditor.htm

For the server side upload handler you have to follow their documentation and examples.

HTH

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.