I'm using Apache2.2/mod_fcgid/php5.4.3 and the upload progress does not show up in the session. I read that the php session upload progress feature will not work if php is loaded via fastcgi. Is that true? If so, what are the options for getting upload progress when using fastcgi?
"[mod_fcgi] reads the entire request body from the client before sending it to the application."
You should try using Nginx and PHP-FPM, which has support for "Accelerated File Upload", where your PHP code can run before the complete request is received by Nginx.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With