users@jersey.java.net

Re: [Jersey] Re: Jersey File upload method

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Thu, 25 Mar 2010 11:51:39 +0100

On Mar 25, 2010, at 6:38 AM, emile wrote:

>
> Hi Paul,
>
> I have considered the MultiPart API but i do believe there is a jersey
> dependency for the client as well. Please correct me if I'm wrong.
> Currently
> we are not aware of the consuming applications and hence this would
> not be
> feasible.

The jersey-multipart module can be used with HTML forms that POST
multipart/form-data on submission. There is no dependency on a
specific client that sends proprietary information.

Please look at the sample i attached in the previous email, which uses
HTML forms (in a JSP).

Paul.