Re: Using POST to send bitmap image with Java



Arne Vajhøj wrote:
s0suk3@xxxxxxxxx wrote:
On May 30, 6:44 pm, Arne Vajhøj <a...@xxxxxxxxxx> wrote:
Not all web servers support or is configured to allow PUT,
while POST is supported by all web servers.

Not necessarily. An HTTP compliant server is only required to
implement GET and HEAD; all other methods are optional.

That is what the HTTP 1.1 spec says.

But POST is present in all major web servers.

Apache, IIS, Tomcat etc..

Arne
I'm confused as to what you mean by "present". I can't speak to IIS - I wouldn't know one if you dropped it on my foot - but Apache and Tomcat only handle POST if you write a handler. If you know differently, please post the reference - I've spent a fair amount of time in both sets of docs and I've never seen "how to (natively)" in either.

--
Dave Miller
Java Web Hosting at:
http://www.cheap-jsp-hosting.com/
.



Relevant Pages