Hi,
I am doing the following thing in my doPost()
method.
__________________________________________________________________________________________________________
public void
doPost(HttpServletRequest request,HttpServletResponse response) throws
ServletException, IOException
{ try
{ InputStream ins = request.getInputStream(); logMsg("Bytes available " + ins.available());
}
} ____________________________________________________________________________________________________________ I am posting some data to this servlet but
I am getting the available bytes to be 0
??
Any guess why is this happening ?
TIA
Mandar
|
- Anybody doing doPost successfully ? Mandar Joshi
- Anybody doing doPost successfully ? Mandar Joshi
- RE: Anybody doing doPost successfully ? CPC Livelink Admin
- Re: Anybody doing doPost successfully ? Mandar Joshi