Hi,
How to change the message "The file is corrupted [...]" when we enable the Mimetype check ?
Thanks you :)
I've found on another post.
function CuteWebUI_AjaxUploader_OnError(msg) { alert("this is a custom message"); return false; }
I have to check the "msg" error and use my own msg.
Thanks.