Hi, On Mon, Jan 18, 2010 at 10:51 AM, Tolick <[email protected]>wrote:
> For simplicity reasons let's assume someone tries to upload 1MB file > over modem connection (56k, for example). That would take ~2 minutes > which will trigger DeadlineExceededException. > > If someone solved the problem via standard means (without Applets or > other heavy browser side components, I mean) - please share your > experience! > The 30 second deadline applies only to time spent executing your code. Your code does not begin executing until the client has finished sending the request body, so the speed of the uploader does not matter. -Nick Johnson > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047--
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.
