Re: Bought the license and now it does not work.

  •  02-07-2013, 12:26 PM

    Re: Bought the license and now it does not work.

    Hi NewmanJerry,

     

    It like that it is a coding issue, is not the uploader error. Can you show me the full error message?

     

    Can you try the example page below? Does it get the same problem? 

     

    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>  
    4. <!DOCTYPE html>  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head runat="server">  
    7.     <title></title>  
    8. </head>  
    9. <body>  
    10.     <form id="form1" runat="server">  
    11.         <CuteWebUI:Uploader id="uploader1" runat="server">  
    12.         </CuteWebUI:Uploader>  
    13.     </form>  
    14. </body>  
    15. </html>  
     

    Regards,

     

    Ken 

View Complete Thread