Hi there, I'm using the following code on my local dev server to prompt the user to save an image that has been uploaded into the blobstore and it's working fine.
response.headers['Content-Type'] = 'image/jpeg' response.headers['Content-Disposition'] = 'attachment; filename="export.jpg"' response.headers[blobstore.BLOB_KEY_HEADER] = key Where the 'key' is the blobstore key. However when I deploy to GAE it fails to work. Returns a server 500 and doesn't tell me what the issue is. Any ideas? NB: I'm not using any of the built in webapp code. Any help would be appreciated. Thanks in advance, Matt -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
