Posts

Showing posts with the label amazon-s3

Nginx PHP Failing with Large File Uploads (Over 6 GB)

Image
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: My PHP(HHVM) and NGINX configuration both have their configuration set to allow up to 16GB of file, my test file is only 8GB. Here is the weird part, the ajax will ALWAYS time out. But the file is successfully uploaded, its gets copied to the tmp location, the location stored in the db, s3, etc. But the AJAX runs for an hour even AFTER all the execution is finished(which takes 10-15 minutes) and only ends when timing out. What can be causing the server not send a response for only large files? Also error logs on server side are empty. You need to post the code if you want some help figuring out what might be wrong with it. – Barmar Jun 5 '17 at 15:04 Do you make r...