Re: Failed to load resource: the server responded with a status of 500(Internal Server error)

  •  07-27-2012, 7:48 AM

    Re: Failed to load resource: the server responded with a status of 500(Internal Server error)

    Hi ssjganesh,
     
    I just tested the uploader with ckeditro latest version. It works fine for me. Please try the example page below, does it get the same problem on your end?
     
    1. <%@ Page Language="C#" AutoEventWireup="true" %>  
    2.   
    3. <%@ Register Namespace="CuteWebUI" TagPrefix="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>  
    4. <%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>  
    5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    6. <html xmlns="http://www.w3.org/1999/xhtml">  
    7. <head runat="server">  
    8.     <title>Sample</title>  
    9. </head>  
    10. <body>  
    11.     <form id="form1" runat="server">  
    12.         <div>  
    13.             <CuteWebUI:UploadAttachments ID="uploader1" runat="server">  
    14.             </CuteWebUI:UploadAttachments>  
    15.             <CKEditor:CKEditorControl ID="CKEditor1" runat="server" Height="200">  
    16.             </CKEditor:CKEditorControl>  
    17.         </div>  
    18.     </form>  
    19. </body>  
    20. </html>  
    Regards,
     
    Ken 
     
     
View Complete Thread