Flash: the upload task is interrupted! io Error #2038

Last post 02-12-2013, 6:49 AM by Adam. 11 replies.
Sort Posts: Previous Next
  •  08-30-2009, 7:21 AM 55173

    Flash: the upload task is interrupted! io Error #2038

    Hi
     
    I'm trying the latest evaluation copy and while uploading a 70MB file, I get the following javascript error message after 40% (28 MB) of the upload is completed:
     
    "Flash: the upload task is interrupted! io Error #2038"
     
    Thanks
    Peter
  •  08-30-2009, 9:56 PM 55175 in reply to 55173

    Re: Flash: the upload task is interrupted! io Error #2038

    Peter,
     
    Can you show your environment ?
     
    Whether :
     
    IIS7 ? SSL(https) ? , any IIS authentication ?
     
    Windows ? Flash version ? IE or other browers ?
     
    --
     
    Can you reproduce this error on our online example ?
     

    Regards,
    Terry
     
  •  08-31-2009, 4:50 AM 55199 in reply to 55175

    Re: Flash: the upload task is interrupted! io Error #2038

    Hi Terry,
     
    IIS7
    No SSL
    No IIS authetication
    Server Windows 2008
    Client Windows XP Pro
    INternet Explorer 7
    Flash player version 10
     
    This error occours at different stages of the upload,  It is not alway at the same percentage complete
     
    If I had a 70MB file that I could upload to your test site, I would try it but I don't!
     
    Anyway, I was just eveluating Ajax Uploader to see if it meets my requirements and wheether it is stable enough.
    To be honest I don't have the time to try to debug and fix bugs withing a third party prodcut that I'l paying for!!!
    So if it is not stable enough out of the box then the product is not good enough for me so I will have to move on and find another product to evaluate.
     
    I was hoping that you could tell me what error #2038, seeing as it's probably your product that is throwing the exception/error.
     
    Thanks for your reply
    Regards
    Peter
  •  08-31-2009, 10:14 AM 55209 in reply to 55199

    Re: Flash: the upload task is interrupted! io Error #2038

    Peter,
     
    Does it work if you upload a file less than 30 MB?
     
    Can you do the following tests?
     
    1. Upload a 2MB file.
     
    2. Upload a 20 Mb file
     
    3. Upload a >30 MB file
     
    Keep me posted
     
    The following information may help.
     

    IIS7 and large files

    By default in IIS 7 requestFiltering  has the MaxAllowedContentLength property enabled. It specifies, in bytes, the maximum length of the content in a request. The default is 30,000,000 (approximately 30 megabytes.) To change this value you must edit the following file:

    %windir%\System32\inetsrv\config\applicationHost.config.

    In the ApplicationHost.config file, locate the <requestLimits> node.

    Modify the following code.

    <requestLimits maxAllowedContentLength ="10000000" />

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-15-2010, 2:11 AM 61035 in reply to 55209

    Re: Flash: the upload task is interrupted! io Error #2038

    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 Framework is 2.0 with latest service pack.
    The browser used by the client is Internet Explorer 6.
    I don't know the flash version of the client. Is it required? If Yes, what is the recommended version of Flash on client PC?
  •  05-24-2010, 6:42 PM 61279 in reply to 61035

    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 Framework is 2.0 with latest service pack.
    The browser used by the client is Internet Explorer 6.
    I don't know the flash version of the client. Is it required? If Yes, what is the recommended version of Flash on client PC?
     
    1. Does it happen to all browsers?
     
    2. Do you have problems with small files uploading?
     
    3. What happen if you set the UploadType to Iframe, Flash or Siverlight?
     
    Keep me posted
     
    >>I don't know the flash version of the client. Is it required? If Yes, what is the recommended version of Flash on client PC?
     
    9.0+

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-08-2011, 5:20 AM 66587 in reply to 61279

    Re: Flash: the upload task is interrupted! io Error #2038

    same problem here with firefox only,
    the same file  is uploaded without any problem through internet explorer.
     
    the fiel size is well under the max request lenght limit
    server iis7 -win 2008
     
    looks like a bug in the ff flash plugin
  •  03-09-2011, 3:44 PM 66604 in reply to 66587

    Re: Flash: the upload task is interrupted! io Error #2038

    We are getting this issue all of a sudden now as well under Firefox 3.6.15 and Chrome 10. Doesn't matter what the size of the file is...
     
    Error Says:
     
    prepairitem:0 error:
    Error #2038 at null 
  •  03-16-2011, 3:21 PM 66700 in reply to 66604

    Re: Flash: the upload task is interrupted! io Error #2038

    We are getting this same error with Chrome and https together. Chrome with http works fine.
     
    Web Site is working over: Win 2008 and IIS 7.
     
    There is any solution so far? 
  •  04-04-2011, 2:12 PM 66981 in reply to 66700

    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>
        <requestFiltering>
          <requestLimits maxAllowedContentLength="100000000" />
        </requestFiltering>
      </security>
    </system.webServer>
     
    Good luck  for all,
    Jonatas 
  •  04-07-2011, 12:49 PM 67074 in reply to 66981

    Re: Flash: the upload task is interrupted! io Error #2038

    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 solution?

  •  02-12-2013, 6:49 AM 76852 in reply to 67074

    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 solution?

     

    How do I handle a large file upload?

    IIS 8.0 and IIS 7.0 Large File Upload

    IIS 6.0 and IIS 5.0 Large File Upload

    IIS Large File Upload Debugging Guidelines

     


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML