Re: Browse button disabled when using Safari / Flash8

  •  09-14-2009, 4:39 AM

    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. 
View Complete Thread