On Sat, 26 Mar 2011, [email protected] wrote:

Hi everyone.  If I have:

curl_formadd (&firsptr, &lastptr, CURLFORM_PTRNAME, "action", CULRFORM_PTRCONTENTS, "login", CURLFORM_END);

curl_formadd (&firsptr, &lastptr, CURLFORM_PTRNAME, "format", CULRFORM_PTRCONTENTS, "xml", CURLFORM_END);

Is it possible to combine the two calls?

So what exactly is the result you want? What does "combine" mean in this context?

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to