标签: php image
我有将代码存储在服务器上的代码。它存储服务器上看起来正确的图像大小。但是,当我下载文件时,文件显示已损坏。
我的代码如下:
$img_file2=file_get_contents($img_file); $file_loc = file_put_contents('/home/photorankr/WWW/userphotos/bigphotos/test16.jpeg',$img_file2);
关于什么是错的任何想法?上面,$img_file是一个网址。
$img_file