cURL / Mailing Lists / curl-library / Single Mail

curl-library

Can you combine curl_formadd sections?

From: <richardcavell_at_mail.com>
Date: Sat, 26 Mar 2011 21:25:33 -0400

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?

Richard

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-03-27