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)));



Am Mittwoch, 25. Juli 2012 15:51:40 UTC+2 schrieb André Salvati:
>
> Hi,
>
> could someone from App Engine team take a look at this??
>
>
> http://stackoverflow.com/questions/11637121/google-app-engine-file-upload-canceled
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/WYK0Xn8aSMsJ.
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