Re: Using POST to send bitmap image with Java
- From: Dave Miller <nonregistered@xxxxxxxxxxxx>
- Date: Sat, 31 May 2008 17:40:06 GMT
Arne Vajhøj wrote:
s0suk3@xxxxxxxxx wrote: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.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
--
Dave Miller
Java Web Hosting at:
http://www.cheap-jsp-hosting.com/
.
- Follow-Ups:
- Re: Using POST to send bitmap image with Java
- From: Arne Vajhøj
- Re: Using POST to send bitmap image with Java
- References:
- Using POST to send bitmap image with Java
- From: Dexter
- Re: Using POST to send bitmap image with Java
- From: Dave Miller
- Re: Using POST to send bitmap image with Java
- From: Kenneth P. Turvey
- Re: Using POST to send bitmap image with Java
- From: Arne Vajhøj
- Re: Using POST to send bitmap image with Java
- From: s0suk3
- Re: Using POST to send bitmap image with Java
- From: Arne Vajhøj
- Using POST to send bitmap image with Java
- Prev by Date: Re: Using POST to send bitmap image with Java
- Next by Date: Re: Using POST to send bitmap image with Java
- Previous by thread: Re: Using POST to send bitmap image with Java
- Next by thread: Re: Using POST to send bitmap image with Java
- Index(es):
Relevant Pages
|