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