On Thu, Dec 22, 2011 at 12:40 PM, Eugeny Melamud wrote:
> As I find out I can’t use both CURLOPT_HTTPPOST, CURLOPT_POSTFIELDS so if > I’m sending multipart message with > > curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); > > how can I pass params to server (?name1=value1&name2=value2…)? Have you tried appending them to the URL? - Jeff ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
