Hey all, we've been using the uplaoder for over a year and haven't had this issue pop up. Yesterday I was informed that when a user selects a file in IE8, it is appearing to have a filesize of -1.0 kb. Then when the user hits upload, they're getting an error: Out of Memory at line: 238.
This is how the control is configured:
<CuteWebUI:UploadAttachments runat="server" ID="Uploader" InsertButtonID="BrowseButton" ManualStartUpload="true"
ProgressCtrlID = "progressBar" ProgressTextID = "progressBarText" ProgressTextTemplate = " " CancelButtonStyle-CssClass = "AjaxUploaderCancelButton" ProgressInfoStyle = "FontStandardBold" ProgressLabelStyle-CssClass = "FontStandardBold" ProgressLabelStyle-Font-Bold = "true" CancelButtonID = "btnCancelAllUploads" UploadType="Flash" > <ValidateOption MaxSizeKB="30720" /> </CuteWebUI:UploadAttachments>
Any ideas for a work around? The control is confirmed to be working in IE9 and greater and also chrome, firefox... etc...