Re: SLM error

  •  03-06-2011, 11:05 PM

    Re: SLM error

    Hi gnuzim,
     
    Do you get this issue when upload some special files?
     
    Can you send me the test page ulr? So I can test it too.
     
    Do you get this issue with the simple example below?
     
    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5.   
    6. <html xmlns="http://www.w3.org/1999/xhtml">  
    7. <head runat="server">  
    8.     <title>Untitled Page</title>  
    9. </head>  
    10. <body>  
    11.     <form id="form1" runat="server">  
    12.         <div>  
    13.             <CuteWebUI:UploadAttachments ID="uploader1" runat="server">  
    14.             </CuteWebUI:UploadAttachments>  
    15.         </div>  
    16.     </form>  
    17. </body>  
    18. </html> 
     Keep me posted.
     
    regards,
     
    Ken
View Complete Thread