Re: [google-appengine] BlobstoreUploadHandler failures

2011-02-09 Thread Ikai Lan (Google)
Have you tried this with a web form yet? The best way to track down this issue is to first try to get it working with a web form, then build a client. I don't see any reason why this wouldn't work, but I'd first want to rule out that it's not server side related. My guess is that it's probably som

[google-appengine] BlobstoreUploadHandler failures

2011-02-09 Thread spidaman
I have a BlobstoreUploadHandler that works when I run the development server, but it consistently fails when I deploy it. When the upload is handled, get_uploads() is always returning an empty list, I'm expecting a list of BlobInfo's. Can anyone spot what I might've done wrong here? class TestIma