Using your method do not solve my NPE calling ApplicationStateManager.
BUT! now I can inject HttpServletRequest in my ProgressListenerImpl
(instead of ApplicationStateManager) and get my state object using
-
(UserData) request.getSe
rpose.
I've also a solution using http://swfupload.org/ for upload progress but
there's some known issues using it on Linux :/
On Mon, 2008-10-06 at 12:45 +0200, Francois Armand wrote:
> Pierre-Alain RIVIERE wrote:
> > Hello,
> >
> > [...]
> &g
Hello,
I'm trying to add upload progress support to tapestry-upload. That why
I've hack a bit tapestry-upload (5.0.15) to allow injection of a
org.apache.commons.fileupload.ProgressListener implementation.
You can find my modifications here (diff from 5.0.15) :
http://pastebin.com/m500a4293
Then