I am unable to get the image to display on the page. I can store it just fine.
These are the handlers:
class disp_image(webapp.RequestHandler):
d
You do not have to serve images yourself. Google can do the job with Google High-Performance Image Serving for free! See: https://developers.google.com/appengine/docs/python/images/functions get_serving_url(blob_key, size=None, crop=False, secure_url=None) Where you only have to get the serving url once and save it for use in your HTML templates in your Images model class.