first commit
This commit is contained in:
14
application/extra/storage.php
Normal file
14
application/extra/storage.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// +------------------------------------------------+
|
||||
// |http://www.cjango.com |
|
||||
// +------------------------------------------------+
|
||||
// | 修复BUG不是一朝一夕的事情,等我喝醉了再说吧! |
|
||||
// +------------------------------------------------+
|
||||
// | Author: 小陈叔叔 <Jason.Chen> |
|
||||
// +------------------------------------------------+
|
||||
|
||||
return [
|
||||
'size' => 20 * 1024 * 1024,
|
||||
'path' => './uploads/', // 保存路径
|
||||
'replace' => true, // 存在同名是否覆盖
|
||||
];
|
||||
Reference in New Issue
Block a user