我有:
$file_path = "/srv/user/alf/public/csv/text_csv.csv";
$file_name = "text_csv.csv";
self::setPostParam('FILE', new \CURLFile($file_path,'json/csv',$file_name));
当我连接到服务器时,出现下一个错误
"couldn't open file "/srv/user/alf/public/csv/text_csv.csv""
我不明白为什么系统无法读取文件...