Dear mypokerstake,
1. please open file "\cuteeditor_files\Dialogs\phpuploader\include_phpuploader.php"
2. you can find the following code around line 395
$cd=dirname($this->GetWebPath(__FILE__));
$this->ResourceDirectory="$cd/resources";
$this->ResourceHandler="$cd/ajaxuploaderresource.php";
$this->UploadUrl="$cd/ajaxuploaderhandler.php";
3. please hard_coded the $cd, change it to actual url
$cd=dirname($this->GetWebPath(__FILE__));
$cd = "/uploader/phpuploader";
$this->ResourceDirectory="$cd/resources";
$this->ResourceHandler="$cd/ajaxuploaderresource.php";
$this->UploadUrl="$cd/ajaxuploaderhandler.php";
4. test it again
Keep us posted.
Thank you for asking
Eric@cutesoft.net