Re: Click ok to resume file

  •  03-15-2009, 11:30 PM

    Re: Click ok to resume file

    Hi Terry,
     
    I tried both on my aspx file and also the "SelectFile.aspx" inside CuteEditor.
     
    <script type="text/javascript">
            function CuteEditor_AjaxUploader_OnError(msg)
            {
             alert(msg);
             uploader=this;
             uploader.setresumeoption("Cancel");
             return false;
            }
            
            function CuteWebUI_AjaxUploader_OnError(msg)
            {
             alert(msg);
             uploader=this;
             uploader.setresumeoption("Cancel");
             return false;
            }
        </script>
     
    but still the save "Ok to resume file" comes out...
     
    Kindly correct if I'm wrong.
     
    Thanks!

     
     
View Complete Thread