Re: Using POST to send bitmap image with Java



Lew 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.

Example from the real world?

Apache - POST, DELETE and PUT all require handlers. The below is an old article but, AFAIK, the server hasn't changed as of 2.2 (If you know different, please post reference - I'd like to know how to implement.)

http://www.apacheweek.com/features/put

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



Relevant Pages