in php.ini, you must increase
- upload_max_filesize
- post_max_size
and don't forget to restart PHP to take changes into account.
Also parameter in projeqtor must be defined in bytes : 20M does not work, you must enter 20 971 520
Thanks for your reply,
Yes, parameter in projeqtor is also defined in bytes with the value of 20 971 520.
"upload_max_filesize" and "post_max_size" are set to 20M.
I have already restarted services.
I have increase loglevel to 4 but nothing is logged when i upload my file. just waiting indefinitely. Something must be wrong with my config but i don't know why.
My configuration is :
Nginx 1.14.2
PHP 7.2.19
Mysql 8.0.16
EDIT SUBJECT: Files bigger than 1M can't be uploaded (not 2M).
Check for limitation defined in nginx.
(sorry I don"t konw much this http server and won't be able to help)
Thanks for your help.
The limit was on Nginx and it's 1M by default !
I add the line "client_max_body_size 20M;"in my nginx.conf and it's ok now.
