From 209b89b3886ca31c36d5892d0f02f51069bbddad Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 25 Jul 2002 12:02:38 +0000 Subject: [PATCH] post_max_size --- Documentation.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.