Re: Random error(File dialog has been blocked) while trying to Upload files

  •  08-27-2009, 10:34 AM

    Re: Random error(File dialog has been blocked) while trying to Upload files

    Hi,
     
    Please add this code to check the reason :
     
     <script type="text/javascript">
     function CuteWebUI_AjaxUploader_OnMantleButton(btn,div)
     {
      div.style.backgroundColor="red";
      div.style.filter="";
     }
     </script>
     
    Regards,
    Terry
     
View Complete Thread