Search

You searched for the word(s): Error #2038
Showing page 1 of 6 (56 total posts) < 1 second(s)
  • Re: Flash : The upload task is interrupted io Error #2038

    Hi NewmanJerry,   I think you have not set the large file upload settings correct for your IIS.   Please refer to     How do I handle a large file upload?IIS 8.0 and IIS 7.0 Large File UploadIIS 6.0 and IIS 5.0 Large File UploadIIS Large File Upload Debugging Guidelines   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on March 4, 2013
  • Re: Error 2038 on large upload

    Hi Eric, Some more info to the problem. We have tried testing on an older machine running Windows XP & IE 8, and we are getting a similar error upon uploading smaller files (200mb). The error is similar to what I see on your support boards for the AJAX Uploader:  Flash: the upload task is interrupted! io Error #2038 The ...
    Posted to PHP File Uploader (Forum) by greggs on June 14, 2011
  • Re: Error 2038 on large upload

    Hi greggs, The example below shows you how to catch the upload error message and show your custom message. <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Kenneth on June 15, 2011
  • Re: Flash: the upload task is interrupted! io Error #2038

    Arden:We are getting exactly the same error. We have set the appropriate maxRequestLength and maxAllowedContentLength properties. We are using IIS6 and this occurs in ALL browsers when attempting to upload a file that is 1903250 KB (nearly 2GB). This ONLY occurs with https requests, http requests are fine. Does anyone have a ...
    Posted to Ajax Uploader (Forum) by Adam on February 12, 2013
  • Flash : The upload task is interrupted io Error #2038

    I get this when I try to upload more than 1GB.     Flash : The upload task is interrupted io Error #2038   I  set it to ValidateOption MaxSizeKB="1048576"   Can there be a better error that they reached their Max Size?  Like "You reach your Max Upload Capacity"     Thanks 
    Posted to Ajax Uploader (Forum) by NewmanJerry on March 1, 2013
  • Re: Error 2038 on large upload

    Hi Eric, Just to add. This problem doesn't seem to be happening on all machines. On a windows machine (running windows 7), we are getting the normal error using the oversized file, and if I remove your script, I get the original PHPFileUpload oversized friendly error message. This is in IE, FF, Chrome and Opera. So far this problem then ...
    Posted to PHP File Uploader (Forum) by greggs on June 13, 2011
  • Re: Flash: the upload task is interrupted! io Error #2038

    Guys, I finally solved my problem. In my case  it was simply add the lines below in web.config file. <system.web>   <httpRuntime maxRequestLength=''102400'' executionTimeout=''3600'' /></system.web> and <system.webServer>  <security>   ...
    Posted to Ajax Uploader (Forum) by jonatasbloss on April 4, 2011
  • Re: Error 2038 on large upload

    Hi Eric, I made the change you suggested and tested it on something smaller, by having the alert fire on 2*1024*1024 (200mb), which it did successfully. However when I up it to 2GB using the code 2*1024*1024*1024 and once again try upload the 5GB file, I get my original error message 2038. The friendly message does not fire.
    Posted to PHP File Uploader (Forum) by greggs on June 13, 2011
  • IIS7 ConnectionLimit / maxAllowedContentLength / Error #2038

    Hi all,   Some of the customers report that they get 2038 error for uploading large files.   Currently what we can reproduce is this case :   1 - IIS7 2 - default maxAllowedContentLength is 30M 3 - default ConnectionLimit is 120 seconds 4 - Flash mode or IFrame mode   While uploading a file large then 30M and last ...
    Posted to Ajax Uploader (Forum) by cutechat on November 23, 2010
  • Re: Flash: the upload task is interrupted! io Error #2038

    shaikhkhalid: Hi,   We have purchased the IP license of Ajax uploader and sometimes for a 200 KB file it gives ''Flash: The upload task is interrupted! io Error #2038'' error message and the attachment does not get save. My web server is hosted on a Windows 2003 Enterprise Edition 32 bit with IIS6 and latest service pack. The .NET ...
    Posted to Ajax Uploader (Forum) by Adam on May 24, 2010
1 2 3 4 5 Next > ... Last ยป