barryvdh / laravel-elfinder

elFinder bundle for Laravel
745 stars 171 forks source link

upload file size limit #145

Open bpetar opened 8 years ago

bpetar commented 8 years ago

Id like to allow site admin to set file size limit. Is this possible atm?

ercanertan commented 7 years ago

Yes like below

'root_options' => array(
        'uploadMaxSize' => '5M'
),