Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
want to show Exact error
want to show Exact error
05-15-2009, 3:18 AM
bs_arun
Joined on 05-11-2009
Posts 26
want to show Exact error
Reply
Quote
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:
Ajax Uploader
View Complete Thread