Author: rohan_us | Posted on: 6/9/2008 3:48:11 PM | Views : 921

I have a webpage that accepts post data. And I am accessing the variables via request.form. The post data contains 5 variables. And one of variables can contain special characters including "&" and this is causing request. form to treat the variable count to be more than 5.
Here is the format of a typical post
value1=something&value2=1245&value3=4567&value4=some strings with special characters &and some more^~ junk@&value5=time
In the above example if I do a request.form.count it returns the count as 6 instead of 5
Does anyone have an idea as to how can I read the data in the 4th variable in its entirety.
If there any alternatives to accessing the post data other than request.form?
Thanks for helping me out.






 
...

Go to the complete details ...