Media Wiki Enable and Configure Image Uploads: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://www.mediawiki.org/wiki/Manual:Configuring_file_uploads =Internal= * Media_Wiki_Native_Installation#Increase_the_Maximum_Size_for_Uploaded_Files|Increase...")
 
Line 10: Line 10:
To enable:  
To enable:  


1. Configure php.in as follows:
1. Configure php.ini as follows:
<syntaxhighlight lang='php'>
<syntaxhighlight lang='php'>
file_uploads = On
file_uploads = On
</syntaxhighlight>
</syntaxhighlight>
If this is not set, PHP scripts cannot use the upload functions, and MediaWiki's uploads will not be enabled.
If this is not set, PHP scripts cannot use the upload functions, and MediaWiki's uploads will not be enabled.

Revision as of 04:15, 27 December 2020

External

Internal

Overview

File uploads are initially disabled.

To enable:

1. Configure php.ini as follows:

file_uploads = On

If this is not set, PHP scripts cannot use the upload functions, and MediaWiki's uploads will not be enabled.