Re: how can i return newly updated file name to CuteWebUI_AjaxUploader_OnTaskComplete(task)?

  •  02-12-2012, 10:35 PM

    Re: how can i return newly updated file name to CuteWebUI_AjaxUploader_OnTaskComplete(task)?

    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
     
View Complete Thread