您好,欢迎访问一九零五行业门户网

curl-php cURL 上传文件失败

phpcurl
curlpost.php
'wyjie', 'img' => '@d:/debug.exe' ); //curl发送post请求 $ch = curl_init(); curl_setopt($ch, curlopt_url, 'http://localhost/demo/demo/curl/01.php'); curl_setopt($ch, curlopt_returntransfer, 1); curl_setopt($ch, curlopt_post, 1); curl_setopt($ch, curlopt_postfields, $post); $optput = curl_exec($ch); curl_close($ch); echo $optput; ?>
01.php

输出结果
array ( [name] => wyjie [img] => @./debug.exe ) array ( )
其它类似信息

推荐信息