Hello,
I am trying to upload a file using this 
examplehttps://curl.se/libcurl/c/postit2.html

The problem is that, on Windows, if that file contains unicode characters, it 
does not work.It seems a known problem, because cURL uses "fopen" internally, 
which does not work on Windows.https://github.com/curl/curl/issues/345
https://github.com/curl/curl/issues/3675

And the proposed solution is to use this 
functionhttps://curl.se/libcurl/c/curl_mime_data_cb.html

My question is: those bugs are quite old, are there newer simpler solutions to 
this problem? Maybe a newer function, I don't know...
Thank you
-- 
Unsubscribe: https://lists.haxx.se/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to