Jump to content

Uploading Files: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 February 2026

  • curprev 02:0902:09, 19 February 2026 Jasongeek talk contribs 1,798 bytes −689 No edit summary undo
  • curprev 02:0802:08, 19 February 2026 Jasongeek talk contribs 2,487 bytes +2,487 Created page with "= Uploading Files = MediaWiki allows users to upload images, documents, and other media files for use within wiki pages. This guide explains how to enable uploads and how to properly insert files into pages. == Enabling File Uploads (Administrators) == If you manage the wiki, make sure uploads are enabled in <code>LocalSettings.php</code>: <syntaxhighlight lang="php"> $wgEnableUploads = true; $wgFileExtensions = [ 'png', 'jpg', 'jpeg', 'gif', 'pdf', 'svg', 'webp' ];..."