CKEditor Uploading Dropped or Pasted Files Support
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.
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 ?
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!
Testing this from where ? did you write code ?