Re: Using POST to send bitmap image with Java



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