nginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu 12.04 LTS to 14.04 LTS

Valentin V. Bartenev vbart at nginx.com
Sun Dec 14 00:10:57 UTC 2014


On Saturday 13 December 2014 18:58:54 Ben Johnson wrote:
[..]
> Hello,
> 
> I apologize for the 4-month delay in responding. :)
> 
> In particular, I need to have the ability to track upload progress in a
> manner that is conducive to displaying the percentage complete via
> progress bar.
> 
> Is this still possible, absent the defunct module at
> http://wiki.nginx.org/HttpUploadProgressModule ?
> 

You can easily implement it on the browser side using the progress events
of XMLHttpRequest, which is supported by all modern browsers.

  wbr, Valentin V. Bartenev



More information about the nginx mailing list