You are viewing Revision 1 of File_Uploads

The information on this page applies to Version 0.40 and above only. File uploads were not a feature in earlier versions of the software.

To upload a file in Aneuch, simply create a page. At the bottom of the page, you'll notice a link that says "Upload a file" (if uploads are allowed, see below). It will look similar to this:

Once you click on that, you'll be taken to the file upload page:

From there it's pretty straight-forward. Click the "Browse..." button, select the file that you want to upload, enter your edit summary, and click "Upload". That's it!

Configuration Options

The following settings in your config.pl file dictate how and/or if file uploads are implemented on your site.

$UploadsAllowed

This variable sets whether or not files can be uploaded to the wiki. The default value is 0, which disables uploads, and is considered a sane default. Set it to 1 to allow file uploads.

@UploadTypes

This array holds the MIME types that can be uploaded if file uploads are allowed. The default is set to include 'image/jpeg', 'image/gif', and 'image/png', and is considered a sane default.