fuadhamidov
Programmer
hi
i want to get Parameter that is "sent" by POST mehtod. i type
request.getParameter("..."
;
but it doesn't differ post from get method.
I know asp has this feauture and i believe jsp should have that kind of feature.
i need it to test my java application that create connection and send parameter by only post method.
i want to get Parameter that is "sent" by POST mehtod. i type
request.getParameter("..."
but it doesn't differ post from get method.
I know asp has this feauture and i believe jsp should have that kind of feature.
i need it to test my java application that create connection and send parameter by only post method.