Welcome! Log In Create A New Profile

Advanced

upload module 2.0.10

Valery Kholodkov
August 30, 2009 05:47AM
Changes in version 2.0.10:
* Change: compatibility with nginx API 0.8.11;
* Fixed bug: Prevent module from registering store path if no upload
location was configured;
* Fixed bug: upload corruption in case of short body + keepalive.
Thanks to Dmitry Dedukhin;
* Change: Return error 415 instead of 400 if request content type is
not multipart/form-data.

Please note, that 2.1.x is a development branch. To continue using the
most stable version of upload module please stay with 2.0.x branch until
further notice.

Also please note that it is now possible to route requests of types
other that multipart/form-data to something which understands it. Example:

location = /upload {
upload_pass @blah;

[...]

error_page 415 = @non_multipart_formdata;
}

location @non_multipart_formdata {
fastcgi_pass ...;
}


Please see this page for details:
http://www.grid.net.ru/nginx/upload.en.html

--
Best regards,
Valery Kholodkov
Subject Author Posted

upload module 2.0.10

Valery Kholodkov August 30, 2009 05:47AM

Re: upload module 2.0.10

nginx.mailinglist August 30, 2009 07:25AM

Re: upload module 2.0.10

Valery Kholodkov August 30, 2009 07:49AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 152
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready