Thomas Broyer schrieb:
> 
> AFAIK, this is a Safari-2-only limitation; but there are also broken
> proxies/firewalls out there that only allows HEAD/GET/POST.

A day without learning something new is a bad day. Today
is a good day ;-)

> However, I'd first check that the server accepts some kind of "method
> override" (actually "tunneling" an HTTP method into a POST). What
> strikes me is that you're talking about sending files with a
> RequestBuilder !?

Actually that didn't strike me at all. Think of a WebEDI-application.
With GWT it's quite easy to create the EDIFACT-message on the client
and send it directly to the processing server. Personally I would
do that via a RemoteServiceServlet just to be able to log that. Other-
wise it's hard to prove that e.g. an invoice received the trading
partner etc. But there might be other scenarios where that's not
necessary allowing to reduce the load of the server that way.


Regards, Lothar

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to