On Wed, Jun 9, 2010 at 1:25 AM, Vemana Yogi wrote: First of all - please don't top-post, read: http://curl.haxx.se/mail/etiquette.html
> curl_easy_setopt(handle, CURLOPT_POSTFIELDS, buff); > curl_easy_setopt(handle, CURLOPT_POSTFIELDSIZE, bs->size()); I assume this is just a typo, but i wonder why you are using data from something named "buff" and passing the size of something named "bs" - Jeff ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
