diff --git a/Documentation.html b/Documentation.html index e8e15cff4..36aa0cd6e 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1577,7 +1577,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' post_max_size in the php.ini configuration file.
All of these three settings limit the maximum size of data that can be - submitted and handled by php. + submitted and handled by php. One user also said that post_max_size + and memory_limit need to be larger than upload_max_filesize.