Hi Christopher,
thank you for your reply.
From: Christopher Schultz<[EMAIL PROTECTED]>
> Daniel Hagen wrote:
> > I am currently developing an application that handles uploads of big
> > files using HTTP PUT.
>
> > The client is a Java client writing 32K blocks t
Dear All,
I am currently developing an application that handles uploads of big files
using HTTP PUT.
The I/O part of the server application can be broken down to (not literally
spoken, just to make the working clear):
public void doPut(HttpServletRequest request, HttpServletResponse response)
{