[google-appengine] Large file support

2009-06-17 Thread Ritesh Nadhani
Hello We are in the process of developing a music website and we will need user to upload their high-quality version of songs. Looking at http://code.google.com/appengine/docs/roadmap.html and http://stackoverflow.com/questions/842426/google-app-engine-large-file-upload, it looks like the suppo

[google-appengine] Large file support

2009-04-11 Thread Rob
Hi All, I am reading that there is a 10 mb up/download limit on requests and a 1 mb limit on blobs. I have a use case "upload a 50 mb file to web app." I can get around the blob limitation by (a) chunking or (b) backing with s3. Any ideas on how to get around the request limitation? Is someth