Hi vso777,
I just downloaded the latest build and test with iframe, I can not reproduce this error. below is the example code.
1. test.html
- <html>
- <body>
- <iframe src="example.aspx" width="1000" height="1000" />
- </body>
- </html>
2. Example.aspx
- <%@ Page Language="C#" AutoEventWireup="True" %>
-
- <%@ Register Assembly="CuteWebUI.AjaxUploader" Namespace="CuteWebUI" TagPrefix="ajaxuploader" %>
- <html>
- <head>
- </head>
- <body>
- <form id="Form1" runat="server">
- <CuteWebUI:UploadAttachments ID="uploader1" runat="server" OnFileUploaded="uploader1_FileUploaded">
- </CuteWebUI:UploadAttachments>
- </form>
- </body>
- </html>
Regards,
Ken