$path = 'http://fbcdn-profile-a.akamaihd.net/hprofile-ak-snc6/372096_100002534902767_1927052265_n.jpg';
$info = file_put_contents('new/angel.jpg', file_get_contents(urldecode($path)));
echo $info;
它在我的网站上运行良好,localhost
但在我的网站上不起作用。
知道问题可能是什么吗?
您需要授予上传文件夹的权限(写入)
您可以通过 FTP 程序在数值中使用此代码:777
$info=file_put_contents('new/angel.jpg', file_get_contents(urldecode($path)))
;在您的“新”文件夹之前尝试我认为这可能是一个问题