Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Error messages
Re: Error messages
07-03-2010, 2:34 AM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Error messages
Reply
Quote
Hi,
You can write this code to replace the error message :
<script>
function
CuteWebUI_AjaxUploader_OnError
(msg)
{
alert("my custom message");
return false;
}
</script>
Regards,
Terry
View Complete Thread