cURL / Mailing Lists / curl-library / Single Mail

curl-library

how set a unicode or wstring file name for CURLFORM_FILE

From: Seymen Ertas <curlnewsgroup_at_seymen.com>
Date: Wed, 23 Feb 2005 17:25:20 -0500

Hi all,

Anybody have an idea on how i can add a filename to my form that is a wchar* ?

When ever i pass in the filename as a wchar* curl only recognizes the first letter of the file so it always has a read error.

Here is the line of code that i am having issues with:
curl_formadd(&formpost, &lastptr, CURLFORM_COPYNAME, "sendfile",CURLFORM_FILE, fileToUpload.c_str(),CURLFORM_END);

where fileToUpload is wstring

Any help will be appreciated.

Thank You
Received on 2005-02-23