Files
qc.ifish7.com/Application/Common/Conf/upload_file.php
T
2021-04-18 18:51:51 +08:00

8 lines
165 B
PHP

<?php
return array (
'upload_driver' => 'local',
'exts' => 'rar,zip,pdf,mp3,txt,html,csv,xls',
'mimes' => '',
'maxSize' => '10',
'rootPath' => 'file',
);