<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.recessim.com/w/index.php?action=history&amp;feed=atom&amp;title=Help%3AUploading_files</id>
	<title>Help:Uploading files - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.recessim.com/w/index.php?action=history&amp;feed=atom&amp;title=Help%3AUploading_files"/>
	<link rel="alternate" type="text/html" href="https://wiki.recessim.com/w/index.php?title=Help:Uploading_files&amp;action=history"/>
	<updated>2026-08-22T21:44:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.recessim.com/w/index.php?title=Help:Uploading_files&amp;diff=3655&amp;oldid=prev</id>
		<title>Hash: How to upload files, incl. bulk drag and drop</title>
		<link rel="alternate" type="text/html" href="https://wiki.recessim.com/w/index.php?title=Help:Uploading_files&amp;diff=3655&amp;oldid=prev"/>
		<updated>2026-08-22T19:22:01Z</updated>

		<summary type="html">&lt;p&gt;How to upload files, incl. bulk drag and drop&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page explains how to get images and other files onto the wiki. You need to be&lt;br /&gt;
logged in; page editing is limited to the &amp;#039;&amp;#039;&amp;#039;writer&amp;#039;&amp;#039;&amp;#039; group.&lt;br /&gt;
&lt;br /&gt;
== Drag a group of files into the visual editor ==&lt;br /&gt;
&lt;br /&gt;
While editing a page in the &amp;#039;&amp;#039;&amp;#039;visual editor&amp;#039;&amp;#039;&amp;#039;, drag a group of files (two or more)&lt;br /&gt;
from your file manager and drop them anywhere on the page. A dialog opens listing&lt;br /&gt;
everything you dropped, where you can:&lt;br /&gt;
&lt;br /&gt;
* rename any file before it is uploaded;&lt;br /&gt;
* add a &amp;#039;&amp;#039;&amp;#039;description&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;categories&amp;#039;&amp;#039;&amp;#039; that are saved on every file page;&lt;br /&gt;
* choose what gets inserted — a &amp;#039;&amp;#039;&amp;#039;gallery&amp;#039;&amp;#039;&amp;#039; (the default), &amp;#039;&amp;#039;&amp;#039;individual thumbnails&amp;#039;&amp;#039;&amp;#039;,&lt;br /&gt;
  or a &amp;#039;&amp;#039;&amp;#039;list of file links&amp;#039;&amp;#039;&amp;#039;;&lt;br /&gt;
* set the gallery image height.&lt;br /&gt;
&lt;br /&gt;
Press &amp;#039;&amp;#039;&amp;#039;Upload and insert&amp;#039;&amp;#039;&amp;#039;. The files upload one after another, and the gallery is&lt;br /&gt;
inserted at the point where you dropped them. &amp;lt;code&amp;gt;Ctrl&amp;lt;/code&amp;gt;+&amp;lt;code&amp;gt;Z&amp;lt;/code&amp;gt; undoes&lt;br /&gt;
the insertion (the files stay uploaded).&lt;br /&gt;
&lt;br /&gt;
You can also open the same dialog from the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; menu → &amp;#039;&amp;#039;&amp;#039;Upload files&amp;#039;&amp;#039;&amp;#039;,&lt;br /&gt;
which lets you pick files with a file browser instead of dragging.&lt;br /&gt;
&lt;br /&gt;
Helpful to know:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;One file at a time&amp;#039;&amp;#039;&amp;#039; is handled by the normal visual editor upload dialog, which&lt;br /&gt;
  lets you set alignment, size and a caption — drop a single file to get that instead.&lt;br /&gt;
* If a name is already taken, the dialog says so and offers to rename, overwrite,&lt;br /&gt;
  use the file already on the wiki, or skip it.&lt;br /&gt;
* If you upload a file that is byte-for-byte identical to one already here, the wiki&lt;br /&gt;
  reuses the existing file rather than storing a second copy.&lt;br /&gt;
* Any file type this wiki accepts works — images, PDFs, and CAD/maker formats such as&lt;br /&gt;
  STL, STEP, 3MF and FCStd. Non-image files are inserted as links below the gallery.&lt;br /&gt;
&lt;br /&gt;
== Uploading a lot of files at once ==&lt;br /&gt;
&lt;br /&gt;
To get a large batch onto the wiki without editing a page, use&lt;br /&gt;
[[Special:EnhancedUpload]]. Drop as many files as you like, upload them in one go, and&lt;br /&gt;
insert them into pages afterwards.&lt;br /&gt;
&lt;br /&gt;
== In the source editor ==&lt;br /&gt;
&lt;br /&gt;
If you edit wikitext instead of using the visual editor, the upload area under the edit&lt;br /&gt;
box (MsUpload) does the same job: drop files, press &amp;#039;&amp;#039;&amp;#039;Upload all&amp;#039;&amp;#039;&amp;#039;, then&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Insert gallery&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Gallery syntax ==&lt;br /&gt;
&lt;br /&gt;
A gallery is plain wikitext, so you can always adjust it by hand:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;180&amp;quot;&amp;amp;gt;&lt;br /&gt;
File:Example one.jpg|Caption for the first image&lt;br /&gt;
File:Example two.jpg|Caption for the second image&lt;br /&gt;
&amp;amp;lt;/gallery&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Useful &amp;lt;code&amp;gt;mode&amp;lt;/code&amp;gt; values are &amp;lt;code&amp;gt;packed&amp;lt;/code&amp;gt; (default here),&lt;br /&gt;
&amp;lt;code&amp;gt;traditional&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;nolines&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;slideshow&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Naming and licensing ==&lt;br /&gt;
&lt;br /&gt;
* Give files descriptive names — &amp;lt;code&amp;gt;Landis Gyr Focus AXR-SD teardown.jpg&amp;lt;/code&amp;gt; is&lt;br /&gt;
  far more useful than &amp;lt;code&amp;gt;IMG_4821.jpg&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Add categories so files can be found later.&lt;br /&gt;
* Only upload files you have the right to publish.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Special:NewFiles]] — recently uploaded files&lt;br /&gt;
* [[Special:ListFiles]] — every file on the wiki&lt;br /&gt;
* [[Special:Upload]] — the plain single-file upload form&lt;/div&gt;</summary>
		<author><name>Hash</name></author>
	</entry>
</feed>