[google-appengine] Re: BlobstoreUploadHandler failures

2011-02-10 Thread spidaman
I hadn't tried with a form recently. Prior to Tuesday, failures with the programmatic client correlated with and were reproducible with a web form; those instances always tracked back to some bug in my code. However, those bugs were shaken out (so I thought). On Tuesday, the programmatic client jus

[google-appengine] BlobstoreUploadHandler failures

2011-02-09 Thread spidaman
Uploaded image named %s" % name) self.redirect("/image/%s.png" % name) else: logging.info("No files were uploaded") self.redirect("/static/broken.png") I posted this and example client code here https://github.com/spidam

[google-appengine] BlobstoreUploadHandler get_uploads() reliability

2011-02-06 Thread spidaman
I see a frequent occurrence of a BlobstoreUploadHandler's get_uploads() returning a 0 length list, even though dumping the request object shows that the data was received. Is anybody else seeing this? Is there a workaround? -- You received this message because you are subscribed to the Google Gro

[google-appengine] Image cropping constraints

2011-01-28 Thread spidaman
Cropped images previously were limited to some prescribed sizes: [ 32, 48, 64, 72, 80, 104, 136, 144, 150, 160 ] ...but I don't see that in the docs for get_serving_url now, does this mean that the size parameter can now be any value up to IMG_SERVING_SIZES_LIMIT (1600) ? -- You received this mes