I want to upload files via ckeditor to another site with another domain so i'd like to write in config:
CKEDITOR.editorConfig = function (config)
{
config.filebrowserUploadUrl = 'http:/domain2.com/Files/Upload';
}
but it seems that ckeditor doesn't check if there is not relative path and the request goes to
'http:/domain1.com/domain2.com/Files/Upload';
What can I do to fix it?
Tue, 09/20/2011 - 12:42
#1