Browse button disabled when using Safari / Flash8

Last post 09-14-2009, 12:15 PM by pierre. 5 replies.
Sort Posts: Previous Next
  •  09-10-2009, 6:14 AM 55525

    Browse button disabled when using Safari / Flash8

    Hi,
    We are looking for a multiple upload control and are evaluating AjaxUploader to see if it can match our needs.

    I have downloaded the demo from http://ajaxuploader.com and I am testing the page Ajax-Uploader\Framework 2.0-Csharp\multiple-files-upload.aspx

    It works fine when browsing with Windows/Firefox and Windows/IE8, but when using Mac/Safari, then the "Upload Multiple Files (10M)" button is disabled. For info, I'm using Safari 2.0.3 (417.8), and Flash 8.0 r22.

    What is strange is that with Safari, I can run successfully the online demo http://ajaxuploader.com/demo/select-multiple-files-upload.aspx
    What is the difference between the muliple-files-upload.aspx page in the downloaded version and the select-multiple-files-upload.aspx available online?
    I already read the post : http://cutesoft.net/forums/thread/48021.aspx . But it did not help me solving my problem.

    Thanks in advanced

    Filed under:
  •  09-10-2009, 11:51 AM 55543 in reply to 55525

    Re: Browse button disabled when using Safari / Flash8

    pierre,
     
    select-multiple-files-upload.aspx is also included in the download package. They are same.
     
    1. Are you using SSL?
     
    2. Can you try the following code:
     
    1. <%@ Page language="c#"%>  
    2. <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %>  
    3. <html>    
    4. <head>  
    5. </head>  
    6. <body>  
    7.     <form id="Form1" method="post" runat="server">  
    8.     <CuteWebUI:Uploader runat="server" MultipleFilesUpload="true" ID="Uploader1">  
    9.     </CuteWebUI:Uploader>    
    10.     </form>  
    11. </body>  
    12. </html>  

    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

  •  09-14-2009, 4:39 AM 55601 in reply to 55543

    Re: Browse button disabled when using Safari / Flash8

    Adam:
    select-multiple-files-upload.aspx is also included in the download package. They are same.
    From http://www.ajaxuploader.com/, I clicked the big yellow button "Download now". In the zip file downloaded, there is a file selecting-multiple-files.aspx, but there is no file select-multiple-files-upload.aspx.
    Adam:
    1. Are you using SSL?
    No, I'm not. But we may have customers wanting to use it. Would it be a problem? 
    Adam:
    2. Can you try the following code:
    1. <%@ Page language="c#"%>  
    2. <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %>  
    3. <html>    
    4. <head>  
    5. </head>  
    6. <body>  
    7.     <form id="Form1" method="post" runat="server">  
    8.     <CuteWebUI:Uploader runat="server" MultipleFilesUpload="true" ID="Uploader1">  
    9.     </CuteWebUI:Uploader>    
    10.     </form>  
    11. </body>  
    12. </html>  
    I've just tried it, and I still get the same error: the button "Upload a file" is disabled. 
  •  09-14-2009, 10:16 AM 55610 in reply to 55601

    Re: Browse button disabled when using Safari / Flash8

    pierre,
     
    If the above example doesn't work, it will be very strange.
     
    Which version of asp.net are you using?
     
    Can you download the control again and create a separate application with uploader only then try the examples?
     
    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

  •  09-14-2009, 11:57 AM 55621 in reply to 55610

    Re: Browse button disabled when using Safari / Flash8

    I just have tried, the button is always disabled :(...
    For info, we're using VisualStudio 2008 - Framework 3.1 SP1 and IIS7.0
    So according to READ_ME.txt, i use the dll and lic files that are under Framework 2.0-Csharp and in my web.config I added the following entry in configuration/system.web/httpModules

    <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
     
    Note that I have tried to add the entry above in configuration/system.webServer/modules just for test, but the same error occurs ...
     
    Note that the button is disabled only when using safari, everything works fine when using IE. What can be the reason for the upload button to be disabled in safari? Is there another test I can do?
  •  09-14-2009, 12:15 PM 55623 in reply to 55621

    Re: Browse button disabled when using Safari / Flash8

    Sorry, I was confused with the Integrated / Classic mode.
    Actually, I use IIS7.0 Integrated mode, but wherever I add the module configuration in Web.Info, the upload button is disabled when browsing my page with Safari.
View as RSS news feed in XML