Hi,

Not sure what do you mean by the streaming request, but GAE does allow
connecting to other servers (outbound request) using HTTP on port 80.

You can use any library, for example, http://hc.apache.org (for Java)
to make a request to another HTTP server, port 80.


--
Cheers,
Gaurav Vaish
http://www.incoleg.com



On Apr 18, 8:00 am, Leo Zhu <[email protected]> wrote:
> Hi Team,
>  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.

Reply via email to