Hi.
I want to upload an attachment to my Google sites with a Java HttpServlet.
The object that I want to upload is an InputStream class object. 
Google sites API supports a method that receive in input an object of the 
class File, but in the app engine I can't use the OutputStream in order to 
generate a "File" form an InputStream.

What could I use? A Post request could resolve my problem, and if so...how I 
generate that request?

Thanks...

Regards.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/mbBVWiLu_5sJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to