filegator/filegator

Max Upload Size

Opened this issue · 0 comments

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:

  1. Run Docker (Compose) version of FileGator
  2. Set max upload size to 30GB, chunks of 5MB in configuration.php
  3. Upload a file above 100MB (untested with smaller)
  4. 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):

  • FileGator Version [7.9.2]
  • Server: [Docker Compose], Host: [Debian 12.2 bookworm]
  • Browser [Microsoft Edge (Chromium) {v117.2045.60}]