On 27/06/2012 17:19, Konstantin Kolinko wrote:
> Hi!
>
> I was experimenting with Servlet 3.0 file upload. What seems odd is
> that after request is processed the uploaded files are still present
> in the work directory of the web application.
>
> The only way to reliably delete those files is wh
Hi!
I was experimenting with Servlet 3.0 file upload. What seems odd is
that after request is processed the uploaded files are still present
in the work directory of the web application.
The only way to reliably delete those files is what HTMLManagerServlet
does, like
Iterator iter = par