In ckeditor's configuration the current URL uses a hard wired path.
config.filebrowserUploadUrl = "/onote/controller/upload.php";
config.filebrowserImageUploadUrl = "/onote/controller/upload.php";
This can be anything the user uses. Ie. on my system it is 'onote'.
On the short term it may be get from Config.php.
By the way the software is very usable in its current form. :)
In ckeditor's configuration the current URL uses a hard wired path.
config.filebrowserUploadUrl = "/onote/controller/upload.php";
config.filebrowserImageUploadUrl = "/onote/controller/upload.php";
This can be anything the user uses. Ie. on my system it is 'onote'.
On the short term it may be get from Config.php.
By the way the software is very usable in its current form. :)