Upload other file to File Manager

Laraship QuestionsCategory: TechnicalUpload other file to File Manager
jimix asked 5 years ago

Hi,

I would like to uploade other files on files manager (pdf, doc, etc)

How could I set it please?

1 Answers
laraship Staff answered 5 years ago

Hello,

under Corals/core/Elfinder/Http/Controllers/ElfinderController.php #line 97

                    'uploadAllow' => array('image/png', 'image/jpeg', 'image/gif', 'application/zip', 'application/pdf'),

You can add your file types here, in the next version it will be configured from settings or config file.

Thanks