通过使用url下载图像来发送图像数据

时间:2019-12-08 04:03:44

标签: php image-file

我必须发送图像数据,并且正在从图像URL获取此数据。我正在使用

    $img2 = file_get_contents( $vsgetProductImage); 

// Encode the image string data into base64 
$data = base64_encode($img2);

其中$ vsProductImage是图像链接。问题是服务器无法读取图像数据。我该如何解决?

0 个答案:

没有答案