<!-- Only file bugs here! Ask questions on the mailing lists https://curl.haxx.se/mail/ SECURITY RELATED? Post it here: https://hackerone.com/curl There are collections of known issues to be aware of: https://curl.haxx.se/docs/knownbugs.html https://curl.haxx.se/docs/todo.html --> ### I read this /* pass in suitable argument to callback */ curl_easy_setopt(curl, CURLOPT_READDATA, uploadthis); ### I expected the following /* pass in suitable argument to callback */ curl_easy_setopt(curl, CURLOPT_READDATA, file); ### curl/libcurl version [curl -V output] ### operating system
Activity
jay commentedon Jan 6, 2020
Thanks