Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Re: BufferedReader hangs when handling POST method data

    Have you tried reading from the BufferedReader using just the read() or read(char[], off, length)?
  2. Re: BufferedReader hangs when handling POST method data

    What type of pages are your writing? Servlet? jsp? Either contains an HttpServletRequest instance that has the necessary information already parsed and can be accessed via the getParameter() or...
Results 1 to 2 of 2