NginxHttpUploadProgressModule received and size are the same
fredanthony
nginx-forum at nginx.us
Fri Feb 26 16:53:36 MSK 2010
Hi, I am having a weird issue. It seems I have everything up and working with the NginxHttpUploadProgressModule, however, when I upload a file and attempt to track the progress I get the expected response but the received is the same as the size:
new Object({ 'state' : 'starting' })
new Object({ 'state' : 'uploading', 'received' : 4505554, 'size' : 4505554 })
new Object({ 'state' : 'uploading', 'received' : 4505554, 'size' : 4505554 })
new Object({ 'state' : 'uploading', 'received' : 4505554, 'size' : 4505554 })
new Object({ 'state' : 'uploading', 'received' : 4505554, 'size' : 4505554 })
new Object({ 'state' : 'uploading', 'received' : 4505554, 'size' : 4505554 })
new Object({ 'state' : 'done' })
Notice its does send back done when completed. Any ideas on a possible cause? Thanks.
Fred.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,57580,57580#msg-57580
More information about the nginx
mailing list