Because I'm stumped...
The client needs to be able to upload large images to a library but the upload fails after 5-6MB (over my poor connection). It seems to be timing out as the filesize at fail isn't consistent.
The setup is a form which is accepted by PHP. I've googled and played with php.ini and everything is set for big uploads and long timeouts. Platform is a dedicated windows server at GoDaddy.
What's going wrong?
Ensure these two settings in PHP are set:
Problem solved!
After TWO YEARS of on-and-off wrestling with this server I discovered that the app pool was set to time out at 5 minutes. Now I get a 500 error when the file finishes but I'm better equipped to deal with that.
Dpeending on what version of windows you are running (IIS 7), you may also need to adjust the request filtering module.
By default it cuts off at 5 MB or so. To change open an administrative command prompt:
The size is in bytes.