Re: Firefox 5.0 Black Box

  •  07-15-2011, 12:46 PM

    Re: Firefox 5.0 Black Box

    The only way I can get the blackbox to go away is to set UploadAddonButtonMode="Replace", but then the button no longer shows the hand cursor when hovering.
     
    <CuteWebUI:UploadAttachments runat="server" ID="Attachments1" UploadType="Flash" MultipleFilesUpload="true" InsertText="" UploadCursor="Hand" UploadAddonButtonImage="../images/browse.gif" UploadAddonButtonMode="Replace" InsertButtonID="btnUpload" CancelButtonID="btnUploadCancel" OnFileUploaded="Uploader1_FileUploaded" OnUploadCompleted="Uploader1_UploadCompleted" NumFilesShowCancelAll="100"></CuteWebUI:UploadAttachments> 
View Complete Thread