在javascript中我设法让浏览器生成一个blob图像作为这个'blob:http://localhost:8000/46f8dec5-203e-442c-b27a-89d1758381ae'的网址,你可以看到图像
如何将此数据保存为服务器上的图像,因为当我使用下面的代码时,它会生成图像文件,但文件已损坏,图像无法显示。
file_put_contents($file, 'blob:http://localhost:8000/46f8dec5-203e-442c-b27a-89d1758381ae');
我尝试过使用像http://localhost:8000/46f8dec5-203e-442c-b27a-89d1758381ae这样的网址,只使用二进制数据46f8dec5-203e-442c-b27a-89d1758381ae