Images From Server for CKEditor

Frequently Asked Questions

It doesn’t work

We need a better explanation of the problem: Do you have any error messages?, Does not work correctly? What browser version and OS are you using? Does not work with one image or with all the images? Which images are you copying?. Please send a mail to info@uritec.es explaining the problem

How configure to the imagesfromserver_uploader parameter

This is the parameter that tells the editor which script must be used to upload the images that users add to the editor. Your editor setup needs a line like the following:

  config.imagesfromserver_uploader= '/importer.aspx';

In the zip of our plugin you will find the implementation in C# and PHP of this script.

If I drag content from another web nothing happens

CKEditor does not include the ability to detect content that has been dragged, but is supposed to be available in the next version. Once that version is published we will update our plugin to support this functionality.