10 messages in ru.sysoev.nginxRe: 500 error on multipart POST, no e...
FromSent OnAttachments
Jonathan VanascoJul 29, 2008 3:27 pm 
Jonathan VanascoJul 29, 2008 3:37 pm 
Aníbal RojasJul 29, 2008 4:10 pm 
Jonathan VanascoJul 29, 2008 4:28 pm 
jeff emmingerJul 30, 2008 5:40 am 
Igor SysoevJul 30, 2008 5:53 am 
Igor SysoevJul 30, 2008 5:54 am 
Jonathan VanascoJul 30, 2008 10:40 am 
Jonathan VanascoJul 30, 2008 11:03 am 
Igor SysoevJul 30, 2008 12:00 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: 500 error on multipart POST, no error logActions...
From:Jonathan Vanasco (ngin@public.gmane.org)
Date:Jul 29, 2008 3:37:00 pm
List:ru.sysoev.nginx

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