This is what i have at Status report
Upload progress Not enabled
Your server is not capable of displaying file upload progress. File upload progress requires PHP 5.2 and an Apache server.

Current i only have drupal 6.20, nginx 0.8.54, php 5.2.14, mysql 5.1.49
I just to run FileField Nginx Progress 6.x-1.3 and doesn't have this problem i upgrade to FileField Nginx Progress 6.x-1.4.

I install nginx from add-apt-repository ppa:brianmercer/nginx that include --add-module=/build/buildd/nginx-0.8.54/contrib/nginx-upload-progress-module

And my domain conf already include
location ~ (.*)/x-progress-id:(\w*) {
rewrite ^(.*)/x-progress-id:(\w*) $1?X-Progress-ID=$2;
}
location ^~ /progress {
report_uploads uploads;
}

Comments

spacereactor’s picture

i miss out thing, after
Upload progress Not enabled
Your server is not capable of displaying file upload progress. File upload progress requires PHP 5.2 and an Apache server.

The next table show
Upload progress nginx Enabled (upload progress module )

So does that mean that Upload progress nginx working and i can ignore the "Upload progress Not enabled"

smoothify’s picture

For now you can ignore the 'Upload progress Not enabled' warning on the status report as currently I haven't worked out a way to override it. Version 1.3 attempted to hide this, but caused php errors so I had to release 1.4 without this.

You should pay more attention to 'Upload progress nginx Enabled' as this being enabled gives a better idea if its enabled, though it isn't that precise.

The best way, is just to check if the upload progress works, when you upload a large file does it give you an indication of progress?

smoothify’s picture

Title: Problem getting upload progress to work after upgrade to FileField Nginx Progress 6.x-1.4 » Improve Status Report indications for Upload Progress
Category: bug » task

Changing the title, to reflect the work that needs doing.

smoothify’s picture

Created an issue in the filefield queue to try to find a way to solve this situation:

#1001024: Allow override of Upload Progress Implementation in hook_requirements.