You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Leonardo Kenji Shikida <sh...@gmail.com> on 2006/10/19 21:13:16 UTC

file upload + progress listener

I've downloaded fileUpload 1.1.1

at http://jakarta.apache.org/commons/fileupload/using.html

there is an example showing how to use a progress listener object

but I can't use the method

ServletFileUpload.setProgressListener(progressListener)

because I can't find where the class ProgressListener is

TIA

[]

Kenji
_______________________
http://kenjiria.blogspot.com
http://gaitabh.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: file upload + progress listener

Posted by Andrew Serff <li...@serff.net>.
It looks like that only exists in the nightly builds.  That is 
frustrating...can I rant for a second?

Why is the javadoc on the main page pointing to non-released code?  the 
javadoc should point to the currently released version.  And it would 
also be nice if you guys (fileupload devs) could annotate your classes 
with when they were added to the API.  Like "since 1.2."  That way, this 
confusion wouldn't happen.

Ok, sorry for the rant...In any case Kenji, get the latest development 
version.  Hope that helps.

Andrew

Leonardo Kenji Shikida wrote:
> I've downloaded fileUpload 1.1.1
>
> at http://jakarta.apache.org/commons/fileupload/using.html
>
> there is an example showing how to use a progress listener object
>
> but I can't use the method
>
> ServletFileUpload.setProgressListener(progressListener)
>
> because I can't find where the class ProgressListener is
>
> TIA
>
> []
>
> Kenji
> _______________________
> http://kenjiria.blogspot.com
> http://gaitabh.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org