users@jersey.java.net

[Jersey] Re: How to post a file and other form fields by Jersey client

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Thu, 23 Jun 2011 09:12:36 +0200

yes, that will work.

On 6/23/11 3:29 AM, Jitesh wrote:
> Do I put it into response entity on server side like this -
>
> Response.ok(String.valueOf(Id)).build() ;
>
> where Response is javax.ws.rs.core.Response .
>
> and then I get it as you have mentioned in your post?
>
> Thanks
> -Jitesh
>
> --
> View this message in context: http://jersey.576304.n2.nabble.com/How-to-post-a-file-and-other-form-fields-by-Jersey-client-tp6502947p6506822.html
> Sent from the Jersey mailing list archive at Nabble.com.
>