You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Robert Drescher <ro...@gmail.com> on 2008/11/14 20:23:06 UTC

[UPLOAD] Implementing postbacks for upload progress

Hi!

I want to try to implement a file upload using servlets. I'd call the
servlet and process the uploaded file using
org.apache.commons.fileupload.servlet.ServletFileUpload

Since you can implement a ProgressListener which is called for every packet
received, it would be great if i can display the progress using postbacks
while the file is transferred.

Any idea how i can do this?
I would really appreciate the help

Robert