I'm currently using app engine images API and to serve images that I've saved, I call
images.get_serving_url(blobkey I want my users to be able to click on the download link I give them and for the file to automatically download with the filename I've already predefined but because of the 'same origin' policy, this is currently not happening. In addition, if you open the link and then right click to save the image, it doesn't default to my predefined file name. So my question is - is it possible to default a name in the 'save as' dialog for urls retrieved with images.get_serving_url()? -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ee4092a0-614f-4bde-9e80-12c88fae6b4d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
