Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有将图像存储在服务器上的代码。它在服务器上存储看似正确的图像大小。但是,当我去下载文件时,文件似乎已损坏。
我的代码如下:
$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