Ajax uploader getting problem in firefox 3.0.14

  •  09-18-2009, 5:52 AM

    Ajax uploader getting problem in firefox 3.0.14

    Hi,
     
     i'm using uploader control  to upload single files.it works fine in IE.Bt in FF it is displaying (one more textbox and buttin) when clicked on browse.when i clicked on new browse button then it works same way as the original button expected.
     
    This is my Code,Can you please give me solution as this is urgent for me.
     
     

    <label>

    Image:

    <asp:TextBox ID="txtLR" runat="server" ReadOnly="true" Width="245px" Height="12px"></asp:TextBox>

    <CuteWebUI:Uploader runat="server" ID="UploaderLR" InsertText="Browse..." OnFileUploaded="UploaderLR_FileUploaded"

    TempDirectory="~/UploaderTemp" InsertButtonStyle-Width="70px" InsertButtonStyle-Height="20px" >

    <ValidateOption AllowedFileExtensions="jpeg,jpg" />

    </CuteWebUI:Uploader>

    </label>

     
     
       Thanks,
       lakshmi.
     
     
     
View Complete Thread