Is it possible to recieve input within a servlet, and if yes... how? I'm running a servlet, but in the middle of my servlet, i need input from the client. How do i manage this problem?
WHAT I DON'T NEED is connection through the URL with parameters, because my servlet is already running...
Thanx
WHAT I DON'T NEED is connection through the URL with parameters, because my servlet is already running...
Thanx