Animesh Sonkar wrote: *snip* > 2. I am not able to invoke the READ event. How do i do that?
You need to send the HTTP request as chunked data. If you happen to be using an HttpURLConnection, call setChunkedStreamingMode( 1 ). If you are taking a lower level approach, (i.e. using sockets), send a header "Transfer-Encoding: chunked", and send CRLF and flush your stream between chunks. *snip* > Thanks, > Animesh. -- Stephen Byrne step...@lincware.com (585) 286-5817 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org