Silverlight works - flash fails (no temp files written)

  •  06-15-2011, 10:05 AM

    Silverlight works - flash fails (no temp files written)

    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
    1. <CuteWebUI:UploadAttachments   
    2.                          InsertText="Select file(s)"   
    3.                          InsertButtonStyle-CssClass="spbutton"  
    4.                          runat="server" ID="Attachments1"  
    5.                          TempDirectory="~/Uploads/temp"  
    6.                          FileTypeNotSupportMsg="This filetype is not supported."  
    7.                          HideNoItemTable="true"  
    8.                          ManualStartUpload="true"  
    9.                          MultipleFilesUpload="false"  
    10.                          ProgressBarStyle="Continuous"  
    11.                          ProgressLabelStyle-ForeColor="White"  
    12.                          ItemCellStyle-ForeColor="Black"  
    13.                          ItemLabelStyle-ForeColor="Black"  
    14.                          TableStyle-ForeColor="Black"  
    15.                          onattachmentadded="Attachments1_AttachmentAdded" >  
    16.                          </CuteWebUI:UploadAttachments> 
View Complete Thread