500 error on multipart POST, no error log
Jonathan Vanasco
nginx at 2xlp.com
Wed Jul 30 02:37:23 MSD 2008
also to add...
The form is this:
<form action="/admin" enctype="multipart/form-data" method="POST">
<input type="hidden" name="m" value="add_edit_image"/>
<input id="image" name="image" type="file" />
and occurs on a page ( referrer ) with url "/admin?m= add_edit_image
there is a post that works on the same proxy with this:
<form action="/my/photos/upload" enctype="multipart/form-data"
method="POST">
<input type="hidden" name="m" value="submit"/>
<input id="userphoto" name="userphoto" type="file" />
and occurs on a page ( referrer ) with url "/my/photos/upload"
so the only real different is the referrer header
More information about the nginx
mailing list