I have a simple form that submits a image to the blobstore and a title for the image. This works on my local devserver but when I deploy my code, non ascii letters in the ti
Add the newer webob library to your app.yaml :
libraries: - name: webapp2 version: "2.5.2" - name: webob version: "1.2.3"
Got it from: https://code.google.com/p/googleappengine/issues/detail?id=2749