Handboek:$wgUploadDirectory
Server URL's en bestandspaden: $wgUploadDirectory | |
---|---|
Het bestandssysteempad voor de uploadmap. |
|
Geïntroduceerd in versie: | pre 1.1.0 |
Verwijderd in versie: | nog steeds in gebruik |
Toegelaten waardes: | (absoluut pad) |
Standaardwaarde: | "{$IP }/images" (1.8+)"{$IP }/upload" (pre 1.1.0 - 1.7)(Opmerking: De standaard waarde van deze variabele hangt af van andere variabelen, zoals de waardes ingesteld in Setup.php , nadat LocalSettings.php is uitgevoerd) |
Andere instellingen: Alfabetisch | Per functie |
Details
The file system path of the folder where uploaded files will be stored.
If this variable is changed, you may need to update $wgUploadPath
accordingly.
This location needs to be writable by the web server. See Manual:Configuring file uploads#Check directory security.
By default, uploaded files are actually stored in subfolders of $wgUploadDirectory. See Manual:Configuring file uploads#Upload directory for information, and how to disable this behavior.
There are other variables which are defined relative to this one. If you redefine this in your
LocalSettings.php
then all dependent variables including $wgUploadPath
will need redefining also. If both these settings are not coherent the files will be uploaded to different folder ($wgUploadDirectory
) than from where MediaWiki will try to retrieve it for viewing ($wgUploadPath
)!