Hi,
Here is the steps:
1 . SERVER : open the include_phpuploader.php , find the function WriteValidationOK() , and change it to :
2 . SERVER : in the handler.php , write this code for test :
$uploader->WriteValidationOK('here is the server message');
3 . JS : in the CuteWebUI_AjaxUploader_OnTaskComplete(task) , use
task.ServerData to get the server message.
Regards,
Terry