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.