Lines Matching refs:curl_formadd
4 Title: curl_formadd
18 curl_formadd - add a section to a multipart form POST
25 CURLFORMcode curl_formadd(struct curl_httppost **firstitem,
33 curl_formadd() is used to append sections when building a multipart form
36 CURLOPT_HTTPPOST(3). *lastitem* is set after each curl_formadd(3) call and
184 Another possibility to send options to curl_formadd() is the
235 curl_formadd(&post, &last, CURLFORM_COPYNAME, "name",
239 curl_formadd(&post, &last, CURLFORM_COPYNAME, "htmlcode",
244 curl_formadd(&post, &last, CURLFORM_COPYNAME, "name_for_ptrcontent",
248 curl_formadd(&post, &last, CURLFORM_PTRNAME, namebuffer,
253 curl_formadd(&post, &last, CURLFORM_COPYNAME, "html_code_with_hole",
259 curl_formadd(&post, &last, CURLFORM_COPYNAME, "picture",
263 curl_formadd(&post, &last, CURLFORM_COPYNAME, "picture",
268 curl_formadd(&post, &last, CURLFORM_COPYNAME, "pictures",
280 curl_formadd(&post, &last,
288 curl_formadd(&post, &last, CURLFORM_COPYNAME, "pictures",
291 curl_formadd(&post, &last, CURLFORM_COPYNAME, "filecontent",