Difference between revisions of "Dokuwiki"

From Amahi Wiki
Jump to: navigation, search
Line 1: Line 1:
Uploading Larger Files
+
==Uploading Larger Files==
For those interested in uploading larger files than standard, simply edit your php.ini to allow larger files.  change the following lines to whatever you need upload_max_filesize = 15M\\
+
For those interested in uploading larger files than standard, simply edit your php.ini to allow larger files.  change the following lines to whatever you need upload_max_filesize = 15M
post_max_size = 15M\\
+
post_max_size = 15M
  
then Simply restart httpd\\
+
then Simply restart httpd

Revision as of 21:55, 25 August 2009

Uploading Larger Files

For those interested in uploading larger files than standard, simply edit your php.ini to allow larger files. change the following lines to whatever you need upload_max_filesize = 15M post_max_size = 15M

then Simply restart httpd