Re: Strange behaviour of Uploading control

  •  07-24-2012, 9:44 AM

    Re: Strange behaviour of Uploading control

    hi koro,
     
    Please create a simple page with the code below. Does it get the same problem?
     
    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7. </head>  
    8.   
    9. <script runat="server">  
    10.     
    11. </script>  
    12.   
    13. <body>  
    14.     <form id="Form1" runat="server">  
    15.         <CuteWebUI:UploadAttachments ID="uploader1" runat="server">  
    16.         </CuteWebUI:UploadAttachments>  
    17.     </form>  
    18. </body>  
    19. </html>  
    Can you show me the full error message what you got? I can not access the images you provided.
     
    Regards,
     
    Ken 
View Complete Thread