Extension:FileAttach
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. Please see the following alternatives that you may wish to install instead of this extension: |
![]() Release status: unmaintained |
|
---|---|
Implementation | Page action |
Description | Allows files to be uploaded to the current page |
Author(s) | Milan Holzapfel (Milantalk) |
Latest version | 1.0.4 (2013-01-29) |
MediaWiki | 1.16+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | from external repository |
Example | organicdesign.co.nz |
|
|
The FileAttach extension allows files to be uploaded to the wiki from an "add attachment" tab in the page actions. The tab brings up the usual file upload special page, but then, when submitted, the file is added as an icon in a "File attachments" section at the end of the page, in addition to being uploaded into the wiki as usual.
Installation[edit]
- Download and place the file(s) in a directory called
FileAttach
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:require_once "$IP/extensions/FileAttach/FileAttach.php";
- Configure file uploads
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.