curl_formadd
fn
CURLFORMcode curl_formadd(curl_httppost * * httppost, curl_httppost * * last_post,...)Name: curl_formadd()
Description:
Pretty advanced function for building multi-part formposts. Each invoke adds one part that together construct a full post. Then use CURLOPT_HTTPPOST to send it off to libcurl.