Robert Shields wrote:

Hi Bill

Thanks for your response.
I've tried with a servlet too, but even without calling
request.getParameter the stream is still empty:



One way to paint yourself into this particular corner is if you're trying this on a POST request. As soon as you call a method like request.getParameter(), the container has to read the content of the input stream (since that is where the key/value pairs are), so trying to read the stream after that is not going to work.

Craig


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to