Skip to content

Commit

Permalink
Enhance documentation for option max_file_size
Browse files Browse the repository at this point in the history
Fixes #6282
  • Loading branch information
atrol committed Jun 10, 2016
1 parent 77ce90b commit 80a8a87
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions docbook/Admin_Guide/en-US/config/uploads.xml
Expand Up @@ -49,22 +49,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>$g_max_file_size</term>
<listitem>
<para>The maximum file size to allow as an attachment.
You may also have to configure your php.ini file to increase the
execution time, memory limit, max post size, and max upload size.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>$g_max_file_size</term>
<listitem>
<para>Maximum file size that can be uploaded. Default value is
about 5MB.
The max file upload size is also affected by the value specified in
php.ini. The PHP value is usually defaulted to 2MB.
The maximum size is also affected by the PHP options
post_max_size (default 8MB), upload_max_filesize (default 2MB)
and memory_limit (default 128MB) specified in php.ini.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 80a8a87

Please sign in to comment.