"Upload Button" becomes Disabled that is used for the purpose of opening browser to browse a file

Last post 05-26-2009, 11:24 PM by cutechat. 6 replies.
Sort Posts: Previous Next
  •  05-25-2009, 8:22 AM 52462

    "Upload Button" becomes Disabled that is used for the purpose of opening browser to browse a file

    Hi All,
     
    Well I have installed the evaluation copy of AjaxUploader. I have successfully integrated the "CuteWebUI.AjaxUploader.dll" into my web project, the control displayed successfully at client side (.aspx) page. But only once it worked. "Upload a File" button that is built-in in the component has become disabled. Now I have compiled my program many a times but it has not become enabled. When I open the page the button is enabled but as soon as I clicks on it, it becomes disabled. This is very irritating. Either this is a bug or any technical issue which I am missing during integration.
     
    Plz guide about this.
    Thanks in Advance.
     
  •  05-25-2009, 10:10 AM 52475 in reply to 52462

    Re: "Upload Button" becomes Disabled that is used for the purpose of opening browser to browse a file

    Which version of Ajax Uploader are you using?
     
    Can you try the following code?
     
    <%@ Page language="c#"%>
    <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %>
    <html>
    <head>
    </head>
    <body>
        <form id="Form1" method="post" runat="server">
     <CuteWebUI:Uploader runat="server" MultipleFilesUpload="true" ID="Uploader1">
     </CuteWebUI:Uploader> 
        </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

  •  05-25-2009, 10:30 AM 52479 in reply to 52462

    Re: "Upload Button" becomes Disabled that is used for the purpose of opening browser to browse a file

    Hi,
     
    Can you reproduce this problem on our online example ?
     
    Or did you try use FireFox or Safari to check your local application ?

    Regards,
    Terry
     
  •  05-26-2009, 12:00 AM 52494 in reply to 52479

    Re: "Upload Button" becomes Disabled that is used for the purpose of opening browser to browse a file

    Hi Terry,
    Thanks very much for your reply. Actually the online example is executing absolutely fine. I have downloaded AjaxUploader version 3 from Downloads link of http://ajaxuploader.com
     
    I am using VS 2008 (.NET Framework 3.5) and Internet Explorer 7.0, as soon as I included the code into my own .aspx file this problem starts to happen.
     
    Regards
    Kazam Raza.
     
     
  •  05-26-2009, 12:34 AM 52495 in reply to 52475

    Re: "Upload Button" becomes Disabled that is used for the purpose of opening browser to browse a file

    Thanks very much for your reply.

    Well, I am using version 3.0 of Ajax Uploader. I have downloaded it from downloads link of http://ajaxuploader.com

    I am also using the same code as you provided me in your reply but getting Upload button disabled as soon as I click on it. No file browser windows opens and button becomes disabled. I am very dissapointed with this.

    With Regards
    Kazam Raza.

  •  05-26-2009, 11:23 AM 52512 in reply to 52495

    Re: "Upload Button" becomes Disabled that is used for the purpose of opening browser to browse a file

    Can you reproduce this issue in our online demo?
     
    Can you try the following 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

  •  05-26-2009, 11:24 PM 52532 in reply to 52494

    Re: "Upload Button" becomes Disabled that is used for the purpose of opening browser to browse a file

    Kazam Raza,
     
    Can you try these property ?
     
    UploadType="IFrame"
     
    UploadType="Flash"
     
    UploadType="Silverlight"
     
    I think your problem is that the uploader silverlight component not able to be loaded at browser.
     
    How about other browsers ? the Firefox or Safari ? Please test it, that will help us to find the reason.
     
    Regards,
    Terry
View as RSS news feed in XML