The uploaded file exceeds the upload_max_filesize directive in php.ini

SYSTEM INFORMATION
OS type and version Ubuntu Linux 20.04.4
Virtualmin version 7.0-4

I have this problem on all my sites on the server
The uploaded file exceeds the upload_max_filesize directive in php.ini.
Although I raised the limit, but to no avail

I hope you can help me in a simple way, I am not an expert in programming and server processing

try in webmin, php resource limits

P.S. You need to raise the memory as well for file size to increase
You can also see other PHP constants and their values, such as:

  • PHP post max size: Defines the maximum upload limit for POST requests.
  • PHP memory limit: Defines the memory allocated for PHP. It should be set equal to or higher than the Upload max filesize limit. Or else the upload will fail.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.