Upload file size

Hi,

we are really getting crazy with a problem we don’t have any explanation for.
Although there is no Limit set in Blueprint and PHP Configuration is:

post_max_size 16M
upload_max_filesize 10M
memory_limit 128M

(confirmed by phpinfo() test)

we have no chance to upload files bigger than appr. 1MB.
There is no error message, just nothing happens after trying to upload.

Thanks for any ideas.

What is max_execution_time set to?

There’s also a max_allowed_packet setting you might want to experiment with.

This is most likely a configuration issue.
What is your PHP version? Kirby version? Browser?

What is max_execution_time set to?

30 - which should be enough for more than 1MB i think…

There’s also a max_allowed_packet setting you might want to experiment with

Isn’t this for MySQL?

What is your PHP version? Kirby version? Browser?

7.1.11 and 2.5.7, Safari and Chrome.

Another thing i am thinking about is this default Plesk nginx Proxy Configuration, because i’m not very experienced with this and don’t know if this could affect file upload…

Are there any error messages in the PHP error log file? Does a simple file upload with a form and a little upload script work?