On Mon, Jul 20, 2009 at 4:09 PM, Patrick Demers<[email protected]> wrote: > Hi, > i have a c++ project where i post a file using curl_form. When my file > path contain only non-unicode char, the file post correctly, but when i have > unicode char in the file path, it does not work. Anyone have an idea of how > i can post a file with unicode in the filepath ?
Are you able to use fopen or STL's ifstream to open the file, using the Unicode name? Lars Nilsson
