Re: Multiple Select Files button not being displayed in Safari

  •  04-01-2009, 7:42 AM

    Re: Multiple Select Files button not being displayed in Safari

    Hello
     
    We are experiencing the same issue.
    ajaxupload version: 2.0 20090317
    safari 3.2.1 (4525.27.1)
    MAC OS X version 10.4.11
    With standard code:
     

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

    <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %>

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title>test</title>

    </head>

    <body>

    <form id="Form1" runat="server">

    <CuteWebUI:Uploader runat="server" MultipleFilesUpload="false" ID="Uploader1" InsertText="Find mp3-fil (max 15 MB)" >

    </CuteWebUI:Uploader>

    </form>

    </body>
     
    The transparent layer is not so transparent :D
     
    Please let us know as soon as this but has been fixed.
     
    regards,
    Limestone - Denmark
View Complete Thread