Files

You can upload a file from a URL or your device. The maximum file size for upload is 128 MB.

Embedding a file from the clipboard

  1. Copy a file to the clipboard on your computer.

  2. Paste the file from the clipboard into the page text.

Adding a file to a page

  1. On the toolbar, click  File.

    You can also use the quick access menu: type / and select a command from the list.

  2. Select how to upload the file:

    • To upload a file from a link, click Add by link. Next, enter the file URL and the display name.
    • To attach a file from a device, click Upload from device and select one or more files.
  3. Click Save.

To embed a file on a page, add code in the following format:

For example:

{% file src="/ajax/v2/attachments/1a0e17460826" name="filename.zip" type="application/zip" %}
Previous