Commit 8ba67af6 authored by jiangkebao's avatar jiangkebao

Merge commit 'bc5dd172'

parents 72cfa7dd bc5dd172
......@@ -21,7 +21,7 @@ class UploadManager
'path' => 'default', // 默认保存路径
'maxSize' => 100000000, // 文件大小
'temp' => false, // 是否为临时文件
'mime' => ['jpeg', 'png', 'gif', 'jpg', 'svg', 'txt', 'pdf', 'xlsx', 'xls', 'doc', 'docx', 'rar', 'zip'], // 允许上传的文件类型
'mime' => ['jpeg', 'png', 'gif', 'jpg', 'svg', 'txt', 'pdf', 'xlsx', 'xls', 'doc', 'docx', 'rar', 'zip','csv'], // 允许上传的文件类型
];
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment