Hi,
I have to installed the modules and it working well with file widget but not working for Image widget. Any idea ?

FileField 6.x-3.7
ImageField 6.x-3.7
FileField Nginx Progress 6.x-1.x-dev

Comments

spacereactor’s picture

have you check your nginx website conf?
You need to include
location ~ (.*)/x-progress-id:(\w*) {
rewrite ^(.*)/x-progress-id:(\w*) $1?X-Progress-ID=$2;
}
location ^~ /progress {
report_uploads uploads;
}

droplet’s picture

Category: bug » support
Status: Active » Closed (fixed)

thanks for reply

lastly, update to dev version and working