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
