Re: "File Browsing has been blocked." inside AJAX TabContainer

  •  10-19-2010, 8:45 PM

    Re: "File Browsing has been blocked." inside AJAX TabContainer

    Hi,
     
    We recently have another customer who use jQuery to show the dialog,
     
    And we found another thing,
     
    We let he open the dialog after uploader initialized.
     
    like this :
     
    <script>
    function CuteWebUI_AjaxUploader_OnInitialize()
    {
         ShowDialogPanel();
    }
    </script>
     
    Regards,
    Terry
View Complete Thread