You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure this module (0.8.3) in a pretty standard nginx (1.1.7) with PHP-FPM (5.3.8) installation, and the problem is that progress always returns:
{ "state" : "starting" }
even when the upload has finished. This is my conf:
How big is the uploaded file?
If your test is across a fast network (or localhost which is ultra-fast) you won't see anything, except if the uploads takes more than 10 seconds.
I suggest you compile nginx with --with-debug and activate the debug log, the upload-progress module logs a lot of thing including what happens during upload and progress probes.
I'm trying to configure this module (0.8.3) in a pretty standard nginx (1.1.7) with PHP-FPM (5.3.8) installation, and the problem is that progress always returns:
even when the upload has finished. This is my conf:
Tested with an ultra basic HTML form and javascript, and double checked that X-Progress-ID value is sended right.
The text was updated successfully, but these errors were encountered: