Nginx PHP Failing with Large File Uploads (Over 6 GB)
问题 I am having a very weird issue uploading larges files over 6GB. My process works like this: Files are uploaded via Ajax to an php script. The PHP upload script takes the $_FILE and copies it over in chunks, as in this answer to a tmp location. The location of the file is stored in the db A cron script will upload the file to s3 at a later time, again using fopen functions and buffering to keep memory usage low My PHP(HHVM) and NGINX configuration both have their configuration set to allow up