-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ole,

On 9/6/2011 11:03 AM, Ole Ersoy wrote:
> Described in this article: 
> http://www.ibm.com/developerworks/web/library/wa-aj-dwr/?ca=dgr-lnxw06AjaxDWR
>
>  I could just go back to commons file upload, but thought I'd look
> around to see if anything something similar could be done with
> servlet 3.0.

The servlet API does not have any such provisions: your code executes
after the file upload has completed.

If you want to interact with the stream, you'll have to either handle
the stream yourself or use a library (like commons-fileupload) that
lets you watch the stream.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5mbkMACgkQ9CaO5/Lv0PC/JQCfRV9lZuCJ+Zvc5IL7ooctJYVh
TcEAnjkOqfAOgJPzhaXUfh2FOWlT/gZD
=MXx4
-----END PGP SIGNATURE-----

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

Reply via email to