Re: Click ok to resume file

  •  03-17-2009, 9:10 PM

    Re: Click ok to resume file

    It's strange now I get the JS error
     
    "Object doesn't support this property or method"
     
    <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>
     
    I've placed this on the bottom of the SelectFile.aspx  Is it the "setresumeoption" that's causing this?
View Complete Thread