PHP 7.2 CURLFile Gives “Invalid Filename” Warning
I am having an issue using the CURLFile object ( curl_file_create ). I have tried a number of approaches, but no matter what I try, I end up getting a PHP Warning in the log files and the file is omitted from my cURL call. First, some information: PHP 7.2 Files have been confirmed that they exist and are readable by PHP/Apache php-curl and related php libraries are up-to-date This is a snippet from within an object, thus the references to $this . All variables are loading correctly. This is a continuation of another question I started that, when narrowed, seems to be unrelated to the primary