[google-appengine] Re: Large file support

2009-04-12 Thread T.J. Crowder
Hi, Support for "storing and serving large files" is on the short-term roadmap.[1] Don't know that that will include larger requests, though. You may be better off with S3. [1] http://code.google.com/appengine/docs/roadmap.html FWIW, -- T.J. Crowder tj / crowder software / com Independent Sof

[google-appengine] Re: Large file support

2009-06-19 Thread Jeff S (Google)
Hi Ritesh, If you are willing to split up the files on upload and reassemble on download, then it is possible to work around the current size limit. It would also be perfectly fine to use another service for hosting large files, such as Amazon S3. As a general rule we don't give specific dates for

[google-appengine] Re: Large file support

2009-06-19 Thread Ritesh Nadhani
Thanks Jeff. For now we are going to use Amazon S3 service and once you support big files like them, probably move to Google or share data between it. On Fri, Jun 19, 2009 at 11:06 AM, Jeff S (Google) wrote: > Hi Ritesh, > > If you are willing to split up the files on upload and reassemble on >