Unicode posting using POST method

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Debasis Jana
    New Member
    • Mar 2011
    • 4

    Unicode posting using POST method

    i have a HTML form. An input box is there and hindi value gets submitted. Form action is GET.
    Now i am able to get the value using
    Code:
    request.getParameter("fld_name")
    .
    As soon as i change the action as POST then i am no more able to get the proper value using
    Code:
    request.getParameter("fld_name")
    .
    Could anyone please explain?
Working...