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