good stuff! appreciated<div><br></div><div>just a quick question, how are uploads with no name or unicode handled? are any special characters filtered for safety?</div><div><br><br><div class="gmail_quote">On Sun, Aug 30, 2009 at 10:47 AM, Valery Kholodkov <span dir="ltr">&lt;<a href="mailto:valery%2Bnginxen@grid.net.ru">valery+nginxen@grid.net.ru</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Changes in version 2.0.10:<br>
 * Change: compatibility with nginx API 0.8.11;<br>
 * Fixed bug: Prevent module from registering store path if no upload location was configured;<br>
 * Fixed bug: upload corruption in case of short body + keepalive. Thanks to Dmitry Dedukhin;<br>
 * Change: Return error 415 instead of 400 if request content type is not multipart/form-data.<br>
<br>
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.<br>
<br>
Also please note that it is now possible to route requests of types other that multipart/form-data to something which understands it. Example:<br>
<br>
location = /upload {<br>
    upload_pass @blah;<br>
<br>
    [...]<br>
<br>
    error_page 415 = @non_multipart_formdata;<br>
}<br>
<br>
location @non_multipart_formdata {<br>
    fastcgi_pass ...;<br>
}<br>
<br>
<br>
Please see this page for details:<br>
<a href="http://www.grid.net.ru/nginx/upload.en.html" target="_blank">http://www.grid.net.ru/nginx/upload.en.html</a><br>
<br>
-- <br>
Best regards,<br><font color="#888888">
Valery Kholodkov<br>
<br>
</font></blockquote></div><br></div>