如何修改上传文件限制

位置:首页 / 新闻中心 / 新框架教程

新框架教程 Admin 2024-12-11 15:51:59 1560

1,/cofig/project.php  设置允许的文件后缀


2,

\app\commonlservice\UploadService.php

// 校验上传文件后缀

        $limit = array_merge(config('project.file_image'), config('project.file_video'), config('project.file_excel'), config('project.file_files'));

        if (!in_array(strtolower($this->file->extension()), $limit)) {

            throw new Exception('不允许上传' . $this->file->extension() . '后缀文件');

以上就是“如何修改上传文件限制”的详细内容,更多请关注木子天禾科技其它相关文章!

15934152105 扫描微信