PB工具第一次运行不报错,退出再进去就报错
---------------------------RuntimeError---------------------------R0014ErroropeningDL...
---------------------------
Runtime Error
---------------------------
R0014Error opening DLL library pslib21.dll for external function at line 3 in function wsastartup of object winsock.
---------------------------
确定
--------------------------- 展开
Runtime Error
---------------------------
R0014Error opening DLL library pslib21.dll for external function at line 3 in function wsastartup of object winsock.
---------------------------
确定
--------------------------- 展开
1个回答
2015-07-23
展开全部
$request = curl_init('http://vps_ip/test.mp3');
curl_setopt($request, CURLOPT_POST, true);
curl_setopt(
$request,
CURLOPT_POSTFIELDS,
array(
'file' => '@' . realpath('/home/test.mp3')
));
curl_setopt($request, CURLOPT_RETURNTRANSFER, true);
echo curl_exec($request);
// close the session
curl_close($request);
>
curl_setopt($request, CURLOPT_POST, true);
curl_setopt(
$request,
CURLOPT_POSTFIELDS,
array(
'file' => '@' . realpath('/home/test.mp3')
));
curl_setopt($request, CURLOPT_RETURNTRANSFER, true);
echo curl_exec($request);
// close the session
curl_close($request);
>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询