Re: Giving a alert message whenthe upload task is complete CuteWebUI_AjaxUploader

  •  08-08-2009, 9:07 PM

    Re: Giving a alert message whenthe upload task is complete CuteWebUI_AjaxUploader

    Mohan,
     
    You can use OnError event to hide the default error message alert box.
     
    function CuteWebUI_AjaxUploader_OnError(msg)
    {
          return false;
    }
     
    Regards,
    Terry
     
View Complete Thread