Re: CuteWebUI_AjaxUploader_OnBrowse fires twice

  •  12-05-2013, 8:24 AM

    Re: CuteWebUI_AjaxUploader_OnBrowse fires twice

    Hi mulmad,

     

    Yes, it should be a bug, I will report to the development team to check it.

     

    Maybe you can try the way below

     

    1. <script type="text/javascript">  
    2.     var count = false;  
    3.     function CuteWebUI_AjaxUploader_OnBrowse() {  
    4.         if (count == false)  
    5.         {  
    6.             alert(1);  
    7.             count = true;  
    8.         }  
    9.     }  
    10. </script>  
     

    Regards,

     

    Ken 

View Complete Thread