qa-ifish7/web/Application/Common/Conf/upload_file.php

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',
);