You are not logged in.
Pages: 1
Environment:
- 10.5.11-MariaDB
- Apache/2.4.53
- PHP/8.1.5
- Glpi 10.0.0
I have php setup with following parameters:
- upload_max_filesize = 100M
- post_max_size = 150M
- memory_limit = 256M
Nevertheless, when using Management -> Documents, I can't drag/drop files larger than 2M. How can I solve this ?
Offline
There is a configuration option in GLPI itself that also needs changed under Setup > General > Management tab which is an application-level limit for document uploads.
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Thanks, that was it.
Last edited by Moody_Blue (2022-05-12 13:49:56)
Offline
Is this a new parameter in 10.0.0 ? I had it working in 9.5.7
Last edited by Moody_Blue (2022-05-12 13:50:36)
Offline
Is this a new parameter in 10.0.0 ? I had it working in 9.5.7
TRY HOME => SETUP => GENERAL => ASSISTANCE
Offline
This option was added in GLPI 10 as a part of this pull request:
https://github.com/glpi-project/glpi/pull/8180
During the installation/update process, it is supposed to get automatically set to the current max upload size configured in PHP.
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Thanks. Before upgrading glpi I've upgraded php without setting its max file size, this explains why glpi ended up with a 2M limit after upgrade.
Last edited by Moody_Blue (2022-05-13 14:17:20)
Offline
I was looking for this and now it's fixed.
Thanks.
Offline
Pages: 1