Hi Henrique, I know that if you would use RPC you could be canceling the
com.google.gwt.http.client.Request.cancel(); but as you have to upload a file and using a FormPanel probably I don't see any other way than handling the canceling on GWT side, ie set a variable isCanceled = true and when the form returns handle according to that variable any further action in order to rollback the action. HTH Dominik On 26 Sep., 12:48, Henrique Miranda <[email protected]> wrote: > I'm uploading a file but i want can cancel this upload. how can i do it? I > would like to know how can i canel a request? > > Henrique Miranda --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
