webman-admin icon indicating copy to clipboard operation
webman-admin copied to clipboard

文件上传提示文件数量过多,超出系统文件数量限制

Open Jack126 opened this issue 2 years ago • 2 comments

使用 https://www.workerman.net/plugin/21 中 Tinywan\Storage\Storage::config(); // 初始化。 默认为本地存储:local,阿里云:oss,腾讯云:cos,七牛:qiniu $res = Tinywan\Storage\Storage::uploadFile(); var_dump(json_encode($res));

方式,默认storage,local配置。提示如题错误。

AdapterAbstract.php 83,84 行 isfileupload ??

Jack126 avatar Jul 13 '22 15:07 Jack126

卸载插件,重新安装试试

Tinywan avatar Jul 14 '22 00:07 Tinywan

vendor 删除重新composer install ,storage 版本0.3.3,问题依旧。

Jack126 avatar Jul 14 '22 02:07 Jack126