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
Describe the bug
I don't know if this is a bug or a lack of information for me, but changing configuration.php's maximum upload size does not seem to have an effect on the actual max upload size. I uploaded a file that is 118MB with the configuration set to 30GB max, in 5MB clumps, and it uploads fine up until 40% where it stops. I saw in the old documentation that the php.ini file needs to be changed too, but there does not seem to be a way to do this on the docker version.
To Reproduce
Steps to reproduce the behavior:
Run Docker (Compose) version of FileGator
Set max upload size to 30GB, chunks of 5MB in configuration.php
Upload a file above 100MB (untested with smaller)
Watch as it gets stuck/very slow increment above a certain percent.
Expected behavior
Upload succeeds as normal for files below 30GB.
Environment (please complete the following information):
Describe the bug
I don't know if this is a bug or a lack of information for me, but changing configuration.php's maximum upload size does not seem to have an effect on the actual max upload size. I uploaded a file that is 118MB with the configuration set to 30GB max, in 5MB clumps, and it uploads fine up until 40% where it stops. I saw in the old documentation that the php.ini file needs to be changed too, but there does not seem to be a way to do this on the docker version.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Upload succeeds as normal for files below 30GB.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: