On 12/07/2023 13:27, Martin Tzvetanov Grigorov wrote:

Last time when I tried to replace Commons Fileupload with pure Servlet API I 
faced these issues:

1) The Servlet API does not provide hooks to follow the upload progress

To display a progress bar on the client side?

2) The Servlet API does not provide a way to cleanup after processing the 
uploaded files, i.e. the commons-fileupload Cleaner

Isn't the temp file cleaning automatically handled by the Servlet container? The API user shouldn't have to care about that.

Emmanuel Bourg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to