September 19, 2011

flash upload uploadify nginx io error 2038

If you keep getting the Flash IO Error #2038 when trying to upload something to Nginx server with flash (.SWF) uploaders (in particlular -- with Uploadify), open up nginx.conf file and set
keepalive_timeout 0;
in order to fix this.

More information on Nginx keepalive_timeout directive can be found here.

No comments: