Hi,
That is a new feature to ask the user try again or cancel it.
Currently we haven't provide a property to disable that feature.
But you can process it by this way :
<script>
function CuteEditor_AjaxUploader_OnError(msg)
{
alert(msg);
uploader.setresumeoption("Cancel");
return false;
}
</script>
for editor , the function name is CuteEditor_AjaxUploader_OnError , and for CuteWebUI.AjaxUploader , the function name is
CuteWebUI_AjaxUploader_OnError
Regards,
Terry