Filemanager icon indicating copy to clipboard operation
Filemanager copied to clipboard

CKEditor Uploading Dropped or Pasted Files Support

Open justingit opened this issue 10 years ago • 3 comments

I'm trying to wrap my head around this plugin for CKeditor, and trying to figure out if Filemanager has the necessary support, already:

http://docs.ckeditor.com/#!/guide/dev_file_upload

and/or if it's dependent on the connector used.

justingit avatar Jan 07 '16 23:01 justingit

I started working on related issue #87. In the doc page, I can read :

As a fallback solution if uploadUrl is not set and filebrowserUploadUrl is provided for the File Browser plugin, then the Upload Image plugin will try to use filebrowserUploadUrl instead and send there dragged and pasted images.

I don't know when I can finish this - don't have time right now. Want to continue from my initial work ?

simogeo avatar Jan 09 '16 14:01 simogeo

Maybe. Testing this - the file will get uploaded, just that the return value for the connector I'm using (at least) returns an HTML doc, rather than JSON. You can see that in the JavaScript console. So close!

justingit avatar Jan 14 '16 22:01 justingit

Testing this from where ? did you write code ?

simogeo avatar Jan 15 '16 10:01 simogeo