Search code examples
swfupload

Swf Upload System IO error - Progress bar getting stuck


After reading Steve Sandersons post on swf upload.

http://blog.stevensanderson.com/2008/11/24/jquery-ajax-uploader-plugin-with-progress-bar/

I have implemented the swf upload on a site I am working on, Some users are getting a variety of issues where the progress bar gets stuck, or they get the error message 2038 - with error code -220 (System IO error.) - this is not related to Certificates as in the test below both addresses can be accessed with http or https

I haven't been able to reproduce much of these errors, However when trying to upload large images over 2 mb

It works fine on the test site, But not on the live

UPDATE: I had posted examples here, now removed as the links don't work.

Both sites hosted on App Harbor. exactly the same code.

The Limit for image uploads should be 10 mb - and I have successfully uploaded larger images that the one posted here.

what could be the cause of this?


Solution

  • This turned out to be a configurations setting at the load balancer level, We have a dedicated load balancer with app harbor to so we can offer full ssl support. It had not been set up to allow requestes of 10mb, they have changed it now.