I have implemented the cute editor for php with the following paths:
$editor->FilesGalleryPath = "/designupload";
$editor->ImageGalleryPath = "/designupload";
however when uploading an image the dir used is ./CuteEditor_Files/Dialogs/designupload etc.
This means when inserting an image it uses relative path /designupload/example.jpg and so does not show image.
Any thoughts
Peter