want to show Exact error

  •  05-15-2009, 3:18 AM

    want to show Exact error

    Hi,
     
     In the bellow function msg always returning "undefined" and reason always returning "cancelbutton" but i need to show the exact error How can i do that?
     

    function
    CuteWebUI_AjaxUploader_OnTaskError(obj,msg,reason)

    {

    str=reason;

    // alert(str);

    // alert(msg);

    if(msg==null)msg="File has been cancelled";

    ShowMessage("Error : "+obj.FileName+" : "+msg);

    }
     
    Regards,
    Arun
    Filed under:
View Complete Thread