Hi have written a code which sends data from a midlet to the
servlet using HTTP POST method.
When the HTTP GET method is used, data is received by the servlet, but with POST, it receives null.
What is the problem with the POST not able to find. Kindly help.
Here is the code of the midlet.
Here is the code of the servlet: