You will need to override (or perhaps decorate) the MultipartDecoder. Most
likely, you will extend MultipartDecoderImpl and extend the following method
to add your progress listener:



Note that the MultipartDecoder has per-thread scope

https://github.com/apache/tapestry5/blob/trunk/tapestry-upload/src/main/java/org/apache/tapestry5/upload/services/UploadModule.java
https://github.com/apache/tapestry5/blob/trunk/tapestry-upload/src/main/java/org/apache/tapestry5/upload/internal/services/MultipartDecoderImpl.java



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Adding-a-progress-listener-to-UploadedFile-tp5718197p5718202.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to