php里面使用Yii2框架用七牛上传图片怎么上传不上去
$upManager=newUploadManager();$auth=newAuth($accessKey,$secretKey);$token=$auth->uplo...
$upManager = new UploadManager();
$auth = new Auth($accessKey, $secretKey);
$token = $auth->uploadToken($bucketName);
$upManager->putFile($token, $filename, __FILE__,null, 'text/plain', true);
这样写哪儿错了 展开
$auth = new Auth($accessKey, $secretKey);
$token = $auth->uploadToken($bucketName);
$upManager->putFile($token, $filename, __FILE__,null, 'text/plain', true);
这样写哪儿错了 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询