I want the user to be able to upload images to Google App Engine. I have the following (Python):
class ImageData(ndb.Model): name = ndb.StringProperty(i
You must add enctype="multipart/form-data" to your form in order for this to work
enctype="multipart/form-data"
name: image: