Gossamer Forum
Home : General : Internet Technologies :

method="POST" changes to "GET"

Quote Reply
method="POST" changes to "GET"
I have written a script with the following form tag:

Code:

<form action="/events" id="add_event_ method="POST" enctype="multipart/form-data">

...

<input type="submit" name="op" value="Submit My Event" class="form-submit" />
</form>



When I press the SUBMIT button, the form data is passed as though I used the GET method rather than POST. Has anyone ever encountered this problem and if so, what causes it? This one has me stumped.
Subject Author Views Date
Thread method="POST" changes to "GET" Lee 4813 Oct 1, 2006, 1:48 PM
Post Re: [Lee] method="POST" changes to "GET"
dan 4691 Oct 1, 2006, 2:12 PM
Post Re: [Lee] method="POST" changes to "GET"
Lee 4683 Oct 1, 2006, 2:15 PM