[google-appengine] Re: chunked transfer encoding

2009-02-20 Thread jeremy
so using netcat as a dummy host, i've confirmed the client is sending the data i expect: POST /_datum/blaaah.bin HTTP/1.1 Transfer-Encoding: chunked Content-Type: multipart/form-data; boundary=A- mBZUkudNqt56TwNWjHhJy91U2HlskAAyqGEzwn Host: localhost:8088 Co

[google-appengine] Re: chunked transfer encoding

2009-02-21 Thread James Ashley
Just a gut reaction...shouldn't that be self.request.post? On Feb 20, 2:39 am, jeremy wrote: > so using netcat as a dummy host, i've confirmed the client is sending > the data i expect: > > > > POST /_datum/blaaah.bin HTTP/1.1 > Transfer-Encoding: chunked > C

[google-appengine] Re: chunked transfer encoding

2009-02-22 Thread Scott Seely
more to provide-- I just wanted to clarify that your code looks right. > -Original Message- > From: google-appengine@googlegroups.com [mailto:google- > appeng...@googlegroups.com] On Behalf Of James Ashley > Sent: Saturday, February 21, 2009 6:48 PM > To: Google App Engine &g