File browsing dialog has been blocked

Last post 10-28-2009, 9:38 AM by cutechat. 8 replies.
Sort Posts: Previous Next
  •  11-24-2008, 4:11 AM 46196

    File browsing dialog has been blocked

     
    Hello,
    Some of my customers have problems with the component “AjaxUploader”. When they click button “Browse…” the following dialog box appears:

     
    They have the same problem on your samples . I have downloaded the new .dll this morning, and they have the same problem.
    After more investigations, if the client install silverlight, all samples work fine.
    But I don't want to oblige my customers to install silverlight.
     
    Another problem relates to new version of Opera. The file browser don't appear in my code and in all yours samples.
     
    Regards,
    Franck GIL
  •  11-26-2008, 2:50 AM 46303 in reply to 46196

    Re: File browsing dialog has been blocked

    someone can help me?
  •  11-27-2008, 9:50 PM 46347 in reply to 46303

    Re: File browsing dialog has been blocked

    Franck,
     
    How about click the warning panel ? Does it work ?
     
    For the Flash10 , sometimes we need the users click again , (if the page layout is not compatible with uploader script code)
     
    You can disabled the Flash10 by this way (in the last version)
     
    uploader.SetAdvancedOption(UploaderAdvancedOption.NoFlash10,"true");
     
    So that if the user use Flash 10, it would change to the IFrame mode.
     
    ----
     
    For the Opera, I think the problem has fixed , please download the control again.
     
     
     
    Regards,
    Terry
  •  11-28-2008, 8:01 AM 46402 in reply to 46347

    Re: File browsing dialog has been blocked

    Hello,
     
    When the user click the warning panel, the select file dialog appears.
     
    When do you suppor flash 10 in the ajaxUploader ?
    The Iframe mode it's no a good alternative, when the users use FireFox or Opera
    the "browser" button appear.
     
    Regards,
    Franck
  •  10-27-2009, 7:04 AM 56704 in reply to 46402

    Re: File browsing dialog has been blocked

    I'm also experiencing this error using Silverlight as the uploadtype. Did you resolve this Franck?
  •  10-27-2009, 9:08 AM 56710 in reply to 56704

    Re: File browsing dialog has been blocked

    aldrich12,
     
    We improved this issue. Please download the latest build then try again.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-28-2009, 1:46 AM 56731 in reply to 56710

    Re: File browsing dialog has been blocked

    Hi Adam,
     
    I'm currently using the latest build. But the "file brosing dialog has been blocked" message is still popping up. This happens if I set upload type to either silverlight or flash. Is there any way to suppress this message?
     
    Thanks,
    Aldrich
  •  10-28-2009, 3:10 AM 56735 in reply to 56731

    Re: File browsing dialog has been blocked

    Hi Adam,
     
    I read in one of the threads here that you're using a transparent flash object to bypass the dialog. I tried using the control in a normal page and it was working fine. The problem is if i use it in a modal popup extender. I tried adjusting the flashdiv to no avail.. I can't even see the flash div by setting the background to red. Is there any way to position the flash div manually?
     
    Thanks,
    Aldrich
  •  10-28-2009, 9:38 AM 56747 in reply to 56735

    Re: File browsing dialog has been blocked

    Aldrich,
     
    Please try this ,
     
    <script type="text/javascript">
     function CuteWebUI_AjaxUploader_OnMantleButton(btn,div)
     {
      div.style.backgroundColor="red";
      //for IE
      div.style.filter="";
     }
     </script>
     
    in this function , you can move the div to the button.
     
    Regards,
    Terry
View as RSS news feed in XML