Google App Engine File Upload Canceled. Where is the HTTP 32MB size limit?

68 views
Skip to first unread message

André Salvati

unread,
Jul 25, 2012, 9:51:40 AM7/25/12
to google-a...@googlegroups.com
Hi,

could someone from App Engine team take a look at this??

André Pankraz

unread,
Jul 25, 2012, 3:50:57 PM7/25/12
to google-a...@googlegroups.com
hmm don't know GWT and your form code doesn't seem to be related to the following stuff, but I have seen the mentioned 5 seconds in a similar context.
at least with the URLFetch service there is a default timeout of 5 seconds and there you have to do something like:

            // default is 5 seconds, currently capped at 60 seconds
            fetch = URLFetchServiceFactory.getURLFetchService().fetch(
                    new HTTPRequest(new URL(url), HTTPMethod.GET,
                            com.google.appengine.api.urlfetch.FetchOptions.Builder
                                    .withDeadline(300)));
Reply all
Reply to author
Forward
0 new messages