Your request looks weird: On Fri, May 15, 2009 at 2:57 PM, John Smallberries <[email protected]> wrote: > Logfile output from the above: > > 2009-05-15 12:45:31 INFO handling request POST /testform > Accept: text/xml,application/xml,application/xhtml+xml,text/ > html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 > Accept-Encoding: gzip, deflate > Accept-Language: en-us > Cache-Control: max-age=0 > Connection: keep-alive > Content-Length: -1 > Content-Type: multipart/form-data; boundary=---- > WebKitFormBoundaryGA7kzcYGAhBstwLx
So, it expects a form-data style body with the given boundary > Host: localhost:5000 > Referer: http://localhost:5000/ > User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) > AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1 > > upload=FieldStorage%28%27sysdump%27%2C+%27Case_45815_sysdump-Woking- > Bisley-20080702-163019.tgz%27%29&case_number= But the request body is actually application/x-www-form-urlencoded -- Ian Bicking | http://blog.ianbicking.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
