Using libcurl to upload files to DropBox Using libcurl to upload files to DropBox curl curl

Using libcurl to upload files to DropBox


I have just use the libouth and libcurl to get information from sina weibo. here is my example for you refer. you can also refer the liboauth test programmer in the tests dir, oauthtest.c

    if (use_post)    {        req_url = oauth_sign_url2(test_call_uri, &postarg, OA_HMAC, NULL, c_key, c_secret, t_key, t_secret);        reply = oauth_http_post(req_url,postarg);    } 


I suggest using BOOST ASIO . Makes uploading and downloading a breeze.