overtrue / laravel-filesystem-qiniu

A Qiniu Storage filesystem for Laravel
471 stars 35 forks source link

How to create upload token #4

Closed smartyaunt closed 7 years ago

smartyaunt commented 7 years ago

HI, Help Me How to create upload token

overtrue commented 7 years ago

请升级到 1.0 直接就可以用 $disk->getUploadToken('stardust.png'); 拿到了 stardust.png 请换成你的文件

smartyaunt commented 7 years ago

是上传文件使用的token,这个好像不是吧!

smartyaunt commented 7 years ago

如果是多文件上传,又该怎么处理呢,求助大神

overtrue commented 7 years ago

@smartyaunt 上传用的 token 你直接使用 官方 SDK 提供的 API 吧

overtrue commented 7 years ago

多文件上传也得一个个传