This is a really strange one. I have uploaded a 70mb file from our office with no problems. The temp files are created and the upload completes successfully. I have also tried from my home computer.
I have gone to another office with the same file and for some reason - when I click the upload button, the progress bar goes up to around 30% and then crashes with error 2038.
I have checked when the file is uploading and there are *no* temp files being created at all!
Would anyone have an idea why this is?
Here is the code for my control:
Many thanks in advance
- <CuteWebUI:UploadAttachments
- InsertText="Select file(s)"
- InsertButtonStyle-CssClass="spbutton"
- runat="server" ID="Attachments1"
- TempDirectory="~/Uploads/temp"
- FileTypeNotSupportMsg="This filetype is not supported."
- HideNoItemTable="true"
- ManualStartUpload="true"
- MultipleFilesUpload="false"
- ProgressBarStyle="Continuous"
- ProgressLabelStyle-ForeColor="White"
- ItemCellStyle-ForeColor="Black"
- ItemLabelStyle-ForeColor="Black"
- TableStyle-ForeColor="Black"
- onattachmentadded="Attachments1_AttachmentAdded" >
- </CuteWebUI:UploadAttachments>