These are probably valid points. This is going to confuse people I'm sure, but the whole openFiles/Blob/upload mechanism requires use of Gears' own HttpRequest and can't be used with GWT's RequestBuilder. (see HttpRequest#setBody). The Blob is sent bare, no multipart encoding, so some server side changes are required to receive a file sent this way. I think it's simpler and cleaner, but unfortunately this isn't a drop-in replacement.
Response information (status code, headers, etc) is available from the Request object after the request completes. We could return this as an interface to make it more clear but I tried to keep things simple. On Oct 29, 12:48 pm, rakesh wagh <[EMAIL PROTECTED]> wrote: > One more thing: > Should the call back param of onResponseReceived be HttpResponse > instead of HttpRequest? It does not matter for my purpose since I am > not interested int he response. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---