How to increase max upload size in filemanager?

so far so good from a basic user.
I the fileupload manager is limited to 100m how to increase this?

You could consider increasing

See default config;

    'upload_max_size' => 100 * 1024 * 1024, // 100MB

How ever 256 mb is the currently set value in /usr/local/hestia/php/etc/php-fpm.conf

How ever for larger files there are better system like a normal (s)ftp client

The current system is not optimised for uploading large files…

1 Like

Hi @Gras,

The maximum upload size has been increased to 1 GB in the final release of 1.2.0 which will ship later today.

3 Likes

please, where are this file from filegator on hestia 1.3.1?? thank you

/usr/local/hestia/web/fm/configuration.php

1 Like