cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re:Re:Re: libcurl post_callback

From: lu <koower_at_126.com>
Date: Tue, 11 Aug 2015 14:48:08 +0800 (CST)

Hello

I have another questions

CURLFORMcode form_code=curl_formadd(&pFormPost, &pLastElem,
CURLFORM_COPYNAME, "ufile01", CURLFORM_STREAM, fp,
CURLFORM_CONTENTSLENGTH, upload_len,
CURLFORM_FILENAME, up_param->remotefile,
CURLFORM_END);

The type of parameters CURLFORM_CONTENTSLENGTH, it's type is long ?
If i want to upload large file in 32bit program , how to do ?
And how can i get error info from CURLFORMcode

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-08-11