提问人:Real 提问时间:11/16/2023 最后编辑:Real 更新时间:11/16/2023 访问量:24
从 ashx 文件上传 img [已关闭]
Upload img from ashx file [closed]
问:
我想从像这样的 url 在 Web 服务器上上传带有 php 的 img https://www.aaaa.ca/media.ashx?id=ADDED4FDC7FE3B。
我的代码
$img= "https://www.aaaa.ca/media.ashx?id=ADDED4FDC7FE3B.";
$image_data = file_get_contents($img);
$new_path="../uploads/image.jpg";
file_put_contents($new_path, $image_data);
这个 rersult 到空图像.jpg
你有什么要说的吗
方面
答: 暂无答案
评论