[google-appengine] Re: html form with file upload, and download files from GAE

2008-11-05 Thread yejun
You can't for now, because python variable is probably limited to 1MB size. On Nov 5, 2:41 pm, Dado <[EMAIL PROTECTED]> wrote: > Sure I can do that, but what if I want to verify or extract > information from the file before storing it? > > On Nov 5, 10:49 am, yejun <[EMAIL PROTECTED]> wrote: > >

[google-appengine] Re: html form with file upload, and download files from GAE

2008-11-05 Thread Dado
Sure I can do that, but what if I want to verify or extract information from the file before storing it? On Nov 5, 10:49 am, yejun <[EMAIL PROTECTED]> wrote: > You can use POST request to upload file to S3 directly. S3 will > redirect user back on success but not on failure. > > On Nov 5, 1:13 pm

[google-appengine] Re: html form with file upload, and download files from GAE

2008-11-05 Thread yejun
You can use POST request to upload file to S3 directly. S3 will redirect user back on success but not on failure. On Nov 5, 1:13 pm, Dado <[EMAIL PROTECTED]> wrote: > Shoot! How about file upload time then... I can always store the data > on S3, but if GAE quits on a request that takes a long tim

[google-appengine] Re: html form with file upload, and download files from GAE

2008-11-05 Thread Dado
Shoot! How about file upload time then... I can always store the data on S3, but if GAE quits on a request that takes a long time because of large file size (I am thinking in the range 1-10Mb) then it is pretty useless for what I would like to do. Thanx, Dado On Nov 5, 9:45 am, Jeff S <[EMAIL

[google-appengine] Re: html form with file upload, and download files from GAE

2008-11-05 Thread Jeff S
Hi Dado, The 1MB file size might be increased at some point in the future, but this change won't be tied to the availability of billing. Thank you, Jeff On Nov 4, 10:40 am, Dado <[EMAIL PROTECTED]> wrote: > I have the same issue with GAE in regards to the entity size limit. > Could someone on

[google-appengine] Re: html form with file upload, and download files from GAE

2008-11-04 Thread Dado
I have the same issue with GAE in regards to the entity size limit. Could someone on the GAE team tell us if this limitation will be lifted for future paying customers? Also, is there a similar limitation on the size of a file upload (post)/download(get) request, given that the docs say request/re