Ignacio J. Ortega wrote:


> Yes, but this can be done in an api agnostic way, without ties to a
> especific api, such as Servlet 2.3, a filter can later use it easily,
> and 


It's easy to parse 'upload' stream with JavaMail multipart classes.
All that we have to do is to check request.contentType and
create multipart with request.getInputStream.


Regards
Tomek Pik
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to