here is what i have:
$editor=new CuteEditor();
$editor->ID="Body";
$editor->Text="Type here";
$editor->EditorWysiwygModeCss="php.css,/tracker/cute/$style";
$editor->FilesPath="../Cute/CuteEditor_Files";
$editor->LoadHTML("$file");
$editor->Width="$width";
$editor->Height="$height";
$editor->ShowToolBar=true;
$editor->AutoConfigure="full";
$editor->BackColor="#FFFFFF";
$editor->BaseHref="http://206.xxx.xxx.xxx:4050";
$editor->Draw();
$editor=null;
And my Default, Admin,Guest.config files contain:
<security name="ImageGalleryPath">/tracker/upload</security>
I still cannot upload an image.
Murli