I am running cuteEditor in a different directory as the image folder.
Such as:
image folder: d:/wwwroot/members/abc/images
cuteEditor: d:/wwwroot/manager/cuteEditor
The relative address is not working here, I have to pass an absolute address for the image folder, which works fine. But the src for image in the editor was totally wrong. How do I pass the image URL, such as:
http://localhost/members/abc/images/, to the image selector.