网盘空间

随笔分类 -  php

php学习分类
摘要:$file = request()->file($fieldName);// 自定义文件名$info = \think\facade\Filesystem::disk('public')->putFile($this->userid, $file, function () use ($file){ 阅读全文
posted @ 2021-04-20 08:43 夜里打蚊子 阅读(1077) 评论(0) 推荐(0)

网盘空间