Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Giving a alert message whenthe upload task is complete CuteWebUI_AjaxUploader
Re: Giving a alert message whenthe upload task is complete CuteWebUI_AjaxUploader
08-08-2009, 9:07 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Giving a alert message whenthe upload task is complete CuteWebUI_AjaxUploader
Reply
Quote
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