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?
- <%@ Page Language="C#" AutoEventWireup="true" %>
-
- <%@ Register Namespace="CuteWebUI" TagPrefix="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>
- <%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <title>Sample</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <CuteWebUI:UploadAttachments ID="uploader1" runat="server">
- </CuteWebUI:UploadAttachments>
- <CKEditor:CKEditorControl ID="CKEditor1" runat="server" Height="200">
- </CKEditor:CKEditorControl>
- </div>
- </form>
- </body>
- </html>
Regards,
Ken