hi koro,
Please create a simple page with the code below. Does it get the same problem?
- <%@ Page Language="C#" %>
-
- <%@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head id="Head1" runat="server">
- </head>
-
- <script runat="server">
-
- </script>
-
- <body>
- <form id="Form1" runat="server">
- <CuteWebUI:UploadAttachments ID="uploader1" runat="server">
- </CuteWebUI:UploadAttachments>
- </form>
- </body>
- </html>
Can you show me the full error message what you got? I can not access the images you provided.
Regards,
Ken