Apache – Can’t upload >2GB file

apache-2.2upload

Uploading files in our app works fine until we hit one that's > 2GB.

error_log shows:

Invalid Content-Length
(-3)Unknown error: Error reading request entity data

I've rebuilt the latest apache 64bit with large file support and I still get this error.
Any ideas?

Best Answer

The problem could also be on the client side. Some Webbrowsers do funny things with files bigger than 2GB. A good summary can be found here. Basically try first with a WebKit browser like Chrome or Safari. (These for sure are capable to send files bigger than 2GB correctly.)

Related Topic