There's a very good description of how to upload and store an image on GAE
using a regular HttpServlet at
http://stackoverflow.com/questions/1513603/how-to-upload-and-store-an-image-with-google-app-engine-java
.
How can this be adapted to a restlet...
e.g.
@Override
public Representation post(Representation entity, Variant variant) {...
One thing I notice is that restlet-gae-2.0.7 does not include the
org.restlet.ext.fileupload.jar.
--
View this message in context:
http://restlet-discuss.1400322.n2.nabble.com/Upload-an-image-to-GAE-tp6408934p6408934.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2749031