Re: IFrame mode under Firefox causes a second browse button to appear.

  •  11-18-2010, 7:43 PM

    Re: IFrame mode under Firefox causes a second browse button to appear.

    Hi pierre,
     
    Do you get the same issue in the example below? Or just happen on some complex example? If so, please create an example which can reproduce this issue and send it to [email protected], I will check it and get back to you as soon as possible.
     
     
    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Import Namespace="CuteWebUI" %>  
    4. <%@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>  
    5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    6.   
    7. <script runat="server">  
    8.   
    9. </script>  
    10.   
    11. <html xmlns="http://www.w3.org/1999/xhtml">  
    12. <head id="Head1" runat="server">  
    13.     <title>Untitled Page</title>  
    14. </head>  
    15. <body>  
    16.     <form id="form1" runat="server">  
    17.         <div>  
    18.             <CuteWebUI:UploadAttachments ID="attachment1" runat="server" ShowFrameBrowseButton="true"  
    19.                 UploadType="iFrame">  
    20.             </CuteWebUI:UploadAttachments>  
    21.         </div>  
    22.     </form>  
    23. </body>  
    24. </html> 
    Regards,
     
    ken
View Complete Thread