How to upload and store an image with google app engine (java)

Viewed 65402

I am looking for the simplest way to upload and store an image (file) to the GAE (java). Googling for hours without any simple and clear result.

Found this link.

But I still don't know how to store an image, and how to retrieve it. I am looking for simple servlet example.

3 Answers
Related