ActiveX Disabled Errors

Last post 10-03-2008, 6:04 AM by AndyFel. 8 replies.
Sort Posts: Previous Next
  •  10-01-2008, 4:55 AM 44458

    ActiveX Disabled Errors

    Hi
     
    Sorry its me...... and our decrepid activeX disabled networks.
     
    I am evaluating this control so that we can replace the dotnet upload control we are currently using.
    Half of our users are on a decent range of networks which has activex enabled, they seem to work fine with your demo.
     
    However on our crap ActiveX disabled networks all we get is ActiveX errors. I noticed that your control can downgrade for downlevel browsers is there any chance you can check to see if ActiveX is disabled then switch to using the old fashioned upload?
     
    If you can we shall be purchasing a dev licence.
     
    Thanks
  •  10-01-2008, 8:06 AM 44465 in reply to 44458

    Re: ActiveX Disabled Errors

    AndyFel,
     
    This issue is resolved.
     
    Demo:
     
     
    Please download the control again.
     
    Keep me posted

     
     

    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-01-2008, 8:30 AM 44468 in reply to 44465

    Re: ActiveX Disabled Errors

    Hi
     
    That was quick!
     
    Have you updated the demos on your site, because I am still getting the same errors.
     
    thanks
  •  10-01-2008, 12:49 PM 44478 in reply to 44468

    Re: ActiveX Disabled Errors

    AndyFel,
     
    Have you cleared the browser cache before testing this example?

    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-02-2008, 4:36 AM 44510 in reply to 44478

    Re: ActiveX Disabled Errors

    Hi
     
    On further investigation it would appear IE7 seems to work with ActiveX and XMLhttp disabled, but IE6 and 5.5 give some javascript errors. I have emptied the cache etc on all.
     
    Line: 2
    Char: 37292
    Error: Object doesn't support this property or method
    Code: 0
     
    In this demo i also get errors trying to change the combobox from ajax to do not use ajax.
     
    I have not tried to use the code in my project yet, i figured I would wait until the demo works. What I would like to do in my project is to use the control, set it to ajax and let the control itself determine if it can use ajax or not. From what I can see this should work once we get past these errors on IE6 and 5.5. If it doesnt work in this way please let me know.
     
    thanks
  •  10-02-2008, 7:06 AM 44511 in reply to 44510

    Re: ActiveX Disabled Errors

    Hi Andy,
     
    This is not the issue of ajaxuploader control,  is the MicrosoftAjax issue, Please create a noajax environment to try again.
     
    Regards
     
    Ken
  •  10-02-2008, 7:45 AM 44512 in reply to 44511

    Re: ActiveX Disabled Errors

    But that is the point,
     
    I would like the control to autodetect whether XMLhttp can be used and either use the ajaxy stuff when it can or the old fashioned upload when it cant. I dont want to just use the no ajax environment, cos then there is no point in using the control.
     
    In the demo I cant even select the combo to change to non ajax as that generates errors too!
     
     
  •  10-02-2008, 9:24 AM 44522 in reply to 44512

    Re: ActiveX Disabled Errors

    AndyFel,
     
    This isssue is not related to AjaxUploader. AjaxUploader can work in Ajax enviorment and non-Ajax enviroment.
     
    In IE 5.5 and 6.0, if you disallow safe ActiveX, MicroSoft AJax will not work.
     
    Please try the following code (it doesn't contain Ajax Uploader):

    <%@ Page Language="C#" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <script runat="server">
      
        protected void LinkButton1_Click(object sender, EventArgs e)
        {
            LinkButton1.Text = "You have clicked the button!";
        }
    </script>

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Test</title>
        <link rel="stylesheet" href="demo.css" type="text/css" />
    </head>
    <body>
        <form id="form1" runat="server">
            <asp:ScriptManager ID="Scriptmanager1" runat="server">
            </asp:ScriptManager>
            <asp:UpdatePanel ID="UpdatePanel1" runat="server">
                <ContentTemplate>
                    <asp:LinkButton ID="LinkButton1" runat="server" Text="LinkButton1" OnClick="LinkButton1_Click"></asp:LinkButton>
                </ContentTemplate>
            </asp:UpdatePanel>
        </form>
    </body>
    </html>

     
     

    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-03-2008, 6:04 AM 44539 in reply to 44522

    Re: ActiveX Disabled Errors

    Hi
     
    I wouldnt expect the above to work when activeX is disabled.
     
    Perhaps I naively expected the uploader to auto detect the environment and switch accordingly.
     
    Also I shall try downloading the control and have a quick play, I have only been using your demo pages so far. I was hoping your control would be as clever as your editor with the color picker. Maybe it is.....
     
     
     
View as RSS news feed in XML