You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some scenarios, it would be useful to set the limit for the size of the directory storing the file uploads. Even better if it could be done via the config file. Example, when a user wants to not store more than 20GB of files on his server, he can simply set the config file as follows :
# Max allowed size for file uploads, in bytes
max_filesize = 10000000
# Max allowed size for file uploads directory, in gigabytes (set value to -1 for no limit)
max_filedir = 20
Filite would disable the file upload feature when the size of the directory reaches 20GB, and the admin would be notified in some way.
The text was updated successfully, but these errors were encountered:
In some scenarios, it would be useful to set the limit for the size of the directory storing the file uploads. Even better if it could be done via the config file. Example, when a user wants to not store more than 20GB of files on his server, he can simply set the config file as follows :
Filite would disable the file upload feature when the size of the directory reaches 20GB, and the admin would be notified in some way.
The text was updated successfully, but these errors were encountered: