zgldh / qiniu-laravel-storage

Qiniu 云储存 Laravel 5 Storage版
MIT License
521 stars 79 forks source link

如何上传base64的图片到七牛云 #44

Closed y80x86ol closed 7 years ago

y80x86ol commented 7 years ago

如题

zgldh commented 7 years ago

先将Base64转成binary数据, 然后imagecreatefromstring 创建图像,保存图像 上传该文件到七牛云。