Home All Groups Group Topic Archive Search About

URL lenght limit in the GET method exceeded



Author
10 Mar 2005 9:06 PM
Marcin Zmyslowski
Hello!

I have exceeded the length of the URL limit. I have a form where I send
data using GET method. Now I have to change method of posting data into
POST method. But please tell me how to get data after passing them,
because when I call
request.querystring("field1")
it doesn`t work in the post method.

Please help, I will be grateful for help
Marcin from Poland

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Author
10 Mar 2005 10:04 PM
Dave Anderson
Marcin Zmyslowski wrote:
> I have exceeded the length of the URL limit. I have a form where I
> send data using GET method. Now I have to change method of posting
> data into POST method. But please tell me how to get data after
> passing them, because when I call
> request.querystring("field1")
> it doesn`t work in the post method.

Compare:
http://msdn.microsoft.com/library/en-us/iissdk/html/ef3a75f3-aaff-4f0e-b52f-3206c0886476.asp
http://msdn.microsoft.com/library/en-us/iissdk/html/3c778166-4a3c-4eda-b7cd-bb8557fe2de0.asp

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Author
11 Mar 2005 7:09 AM
Jake
Show quote
"Marcin Zmyslowski" <marc***@kapy.bydg.pl> wrote in message
news:uPwmRUbJFHA.1044@TK2MSFTNGP12.phx.gbl...
> Hello!
>
> I have exceeded the length of the URL limit. I have a form where I send
> data using GET method. Now I have to change method of posting data into
> POST method. But please tell me how to get data after passing them,
> because when I call
> request.querystring("field1")
> it doesn`t work in the post method.
>
> Please help, I will be grateful for help
> Marcin from Poland
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!


Use request.form("field1")

AddThis Social Bookmark Button