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 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 PROTECTED]> wrote:
>
> > 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 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/response cycle cannot last longer than
> > > a few seconds?
>
> > > Thnx,
>
> > > Dado
>
> > > On Nov 2, 2:20 pm, cm_gui <[EMAIL PROTECTED]> wrote:
>
> > > > hi All
>
> > > > We want to implement our company Intranet (currently using XOOPS) on
> > > > Google Apps Sites (we are a Google Apps Premier customer).
>
> > > > We have a lot of online forms on our Intranet.   Forms like expense
> > > > reimbursement where our staff enter their expenses and attach receipts
> > > > to the form and then submit the form.  The form data will then be
> > > > email to our accounting staff with download links to the receipts
> > > > (which are stored our webserver).
>
> > > > It is not possible to implement this in Google Apps Sites, and so we
> > > > are thinking of creating an application on Google App Engine and then
> > > > packaging it into a Gadget and inserting the Gadget into a Dashboard
> > > > in Google Apps Sites.   It seems that this is the only way to
> > > > incorporate a Google App Engine application into Google Apps Sites,
> > > > i.e. via Google Gadget.
>
> > > > But it seems like there is not flat file system on GAE to store the
> > > > uploaded file.  And the file has to be stored as a blogtype entry in
> > > > Google datastore.   But Google Datastore has a limit of 1MB per
> > > > entry.   Our users sometimes upload files as big as 100MB (for CAD
> > > > files).   Also, after storing the file in the Datastore, we need it to
> > > > be immediately available for download as link in the form email
> > > > notification.    For example, after our staff submit  the expense
> > > > reimbursement form, an email will be sent to our accounting staff and
> > > > the email will contain a link to the receipt/invoice file uploaded,
> > > > and the accounting staff can download the receipt file -- this is what
> > > > we are doing now using our Xoops Intranet.
>
> > > > I got the information that there's no flat file storing in GAE and
> > > > that there is a 1MB limit on DataStore entries from this site:
>
> > > >http://stackoverflow.com/questions/81451/upload-files-in-google-app-e...
>
> > > > Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to