cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Handling MultiPart response in CURL

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Thu, 17 Jul 2014 23:15:59 +0200

On Thu, Jul 17, 2014 at 03:43:08PM +0530, Prashant Pharate wrote:
> I have requirement. I will send 2 files in com.sun.jersey.multipart.MultiPart
> BodyPart  and will add multiPart object in response
>
> My question is how I will get files from the response using CURL

curl will provide the same data to the client as was sent by the server.
It's up to the client application to perform any processing of that response,
which includes splitting a multipart/form-data or other MIME-style multipart
response.

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-07-18