摘要: 1 curl模拟文件post提交$filePath='d:/www/zjTest/txtFile'; 2 //$filepath = file_get_contents($filePath); 3 $fileName='txtFile'; 4 $data=array('txtFile'=>'@'.$filePath); 5 $url = 'url'; 6 $testurl = curl_init($url); 7 curl_setopt ($testurl, CURLOPT_POST, 1); 8 curl_ 阅读全文
posted @ 2013-03-01 14:09 尹少爷 阅读(2912) 评论(0) 推荐(0) 编辑