Re: [Resteasy-users] Multipart Form Data + multi-value part

2013-01-11 Thread Eric Wittmann
Thanks! On the server-side that's great. I'll use: input.getFormDataMap().get("propertyName"); Is there an analog on the client side? Looking at the MultipartFormDataOutput version of getFormData(), it's a map of name to OutputPart (rather than List). As to what I'm trying to do - I'm i

Re: [Resteasy-users] Multipart Form Data + multi-value part

2013-01-10 Thread Bill Burke
On 1/10/2013 9:41 AM, Eric Wittmann wrote: > Greetings. > > I am trying to get a multi-value input part working in my resteasy > service. On the inbound side, I'm expecting a multipart/formdata post, > where an input part named "propertyName" may appear multiple times. I > need to read that in