Hi NewmanJerry,
It like that it is a coding issue, is not the uploader error. Can you show me the full error message?
Can you try the example page below? Does it get the same problem?
- <%@ Page Language="C#" %>
-
- <%@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <title></title>
- </head>
- <body>
- <form id="form1" runat="server">
- <CuteWebUI:Uploader id="uploader1" runat="server">
- </CuteWebUI:Uploader>
- </form>
- </body>
- </html>
Regards,
Ken