当前位置:Gxlcms > PHP教程 > phpcurlpost二进制数据流图片的数据格式

phpcurlpost二进制数据流图片的数据格式

时间:2021-07-01 10:21:17 帮助过:9人阅读

$key = "file\"; filename=\"1.jpg\r\nContent-Type: image/jpeg\r\n";
$fields[$key] = $file;

用curl post $fields数组 提交二进制流图片

可是对方服务器提示获取不到信息

求教格式哪里有错误

回复内容:

$key = "file\"; filename=\"1.jpg\r\nContent-Type: image/jpeg\r\n";
$fields[$key] = $file;

用curl post $fields数组 提交二进制流图片

可是对方服务器提示获取不到信息

求教格式哪里有错误

CURL上传文件完整篇

CURL函数之上传 | 下载文件

http://php.com/manual/en/function.curl-file-create.php

人气教程排行