Hi All, I want to post a form to another site(Facebook.com) on App Engine. Well, the form contains a file with binary data. e.g.
Content-Type: multipart/form-data; boundary=---------- bounDary---------- ----------bounDary---------- Content-Disposition: form-data; name="title" Title Here ----------bounDary---------- Content-Disposition: form-data; name="content"; filename="Picture.png" --here follows the binary data for picture.png My question is: Since GAE does not support streaming request, how can I perform such a request on it. Thanks in advance Leo -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
