Error 2038 on large upload

  •  06-13-2011, 1:14 PM

    Error 2038 on large upload

    Hi,
     
    We have setup a site to use your PHPFileUploader and are in the process of testing it. The site is predomintly written in PHP and is running on a Windows 2008 Server in IIS7. Both IIS and the PHP settings have been modified to accept large file uploads of 2GB.
     
    The PHPFileUpload script is being used in two places, one for single uploads and the other for multiple file uploads. Both scripts have the
    MaxSizeKB set to 2048000.
     
    What we are finding in testing, is that in Firefox and Safari so far, if the file exceeds 2GB (We have been testing with file sizes of 4 and 5GB), instead of getting a friendly error message to say the upload size has been exceeded we are getting a dialog that says:
     
    prepairitem:0 error:
    Error #2038 at null
     
    Uploading files just under 2GB are working fine. Can someone please advise? Thanks in advance.
View Complete Thread