Error messages

Last post 07-03-2010, 2:34 AM by cutechat. 2 replies.
Sort Posts: Previous Next
  •  06-30-2010, 3:41 AM 62117

    Error messages

    Hi there,
     
    A customer claimed that at 85% of his upload, he received the message that his files couldn't be uploaded.
    Unfortunately he didn't think of writing the message down or taking a screenshot, so I understand that this is way too vague to start figuring out the problem.
     
    But anyway, I was wondering, which error messages are defined by AjaxUploader itself, and is it possible to customize those according to the language the website is being viewed in?
     
    Thank you.
  •  06-30-2010, 6:53 PM 62147 in reply to 62117

    Re: Error messages

    Which error message is thrown? Can you reproduce this issue on your end?  Can you let your customer check whether http://www.ajaxuploader.com/demo/fulltest.aspx works fine on their end?
     
    Regards,
    Eric
  •  07-03-2010, 2:34 AM 62259 in reply to 62117

    Re: Error messages

    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 as RSS news feed in XML