Re: Reading form PUT data
- From: "Anthony Jones" <Ant@xxxxxxxxxxxxxxxx>
- Date: Wed, 21 Jun 2006 14:25:07 +0100
"Steve" <stevesuch@xxxxxxxxx> wrote in message
news:1150895335.627608.291500@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
placesSteve you haven't specified your server technology. The POST method
guessthe URL encoded string that you parse in the Request body.
In ASP these values are exposed via the Request.Form property but I
your not using ASP.
Well its on an Apache server, but no server technology is being used
because I want to transfer from an HTML file to an HTML file. I can do
this in javascript if the form is sent via GET, but how do I do it via
POST?
Is there a way of access the form data using javascript?
Not unless the server includes the content of the request body in the
response. This would require some code on the server.
.
- References:
- Reading form PUT data
- From: Steve
- Re: Reading form PUT data
- From: Anthony Jones
- Re: Reading form PUT data
- From: Steve
- Reading form PUT data
- Prev by Date: Re: Reading form PUT data
- Next by Date: Re: Checkbox in datagrid to enable disable textboxes
- Previous by thread: Re: Reading form PUT data
- Index(es):
Relevant Pages
|