PHP CURL 模拟POST请求上传文件

$ch = curl_init(); $post_data = array( 'a'=>'Post', 'c'=>'Api_Review', 'file' => '@/tmp/5aaba5364618a.png' ); curl_setopt($ch, CURLOPT_HEADER, false); cu
相关文章
相关标签/搜索