Google App Engine Python: get image upload size server-side
- by goggin13
I am building a Google App Engine App that lets users upload images; I have everything working fine, but I am struggling to find a way to ensure that the user does not upload an image too large (because I am resizing the images, so this crashes my python script).
When a user uploads a large image, I get this error
RequestTooLargeError: The request…