Re: http error1 :405:MethodNotAllowed

  •  10-11-2012, 7:11 AM

    Re: http error1 :405:MethodNotAllowed

    Hi,

     

    1. Do you get the same errro with the example page code 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. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7.     <title>example</title>  
    8. </head>  
    9. <body>  
    10.     <form id="form1" runat="server">  
    11.         <CuteWebUI:UploadAttachments ID="uploader1" runat="server">  
    12.         </CuteWebUI:UploadAttachments>  
    13.     </form>  
    14. </body>  
    15. </html>  
     

    2. Can you send me your uploader page url and show me the full steps to reproduce this error?

     

    3. Does it happens with all files? Or just special file/size/extension?

     

    Regards,

     

    Ken 

View Complete Thread