Attachments

Version 26.3 by Sergiu Dumitriu on 2012/08/17

A page can contain attachments which can then later be referenced from within a page. For example this is very useful for attaching images and displaying them in the page's content. 

Attaching a file

There are 3 possibilities to attach a file:

Using the top level menu

Starting with XWiki 2.6, you can add an attachment using the new Add menu:

AddAttachmentsColibri.png

You'll see a list of the current attachments and a possibility to upload more files:

attachments.png

Using the attachment panel at the bottom of the page

View the page on which you wish to attach a file and then click on "Attachments" at the bottom of the page.

attachments.png

Using the WYSIWYG editor

Edit the page on which you wish to attach a file using the WYSIWYG editor and click on "Link > Attached file..." in the toolbar. You can also click on "Image > Insert image" and you'll get a similar popup window as shown below:

AttachmentWysiwygToucan.PNG

Note that you can create a link to the attachment/image directly in that same popup window.

Linking to an attached file/image

If you're using the Wiki editor, you can use the Wiki Syntax to display an image inline or link to an attachment.

If you're using the WYSIWYG editor, then use the "Link > Attached file..." or "Image > Insert image" buttons as shown above.

Linking to an external file/image

If your file is on a remote server and you wish to link to it from your wiki, simply use the URL of the link as the content of your wiki link. For example, using the wiki editor you'd write:

  • XWiki Syntax 1.0: [http://some_remote_server/path/to/file>text to display]
  • XWiki Syntax 2.0: [[text to display>>http://some_remote_server/path/to/file]]

For displaying an image located on a remote server, use the following HTML code snippet:

  • XWiki Syntax 1.0: <img src="http://some_remote_server/path/to/image"/>
  • XWiki Syntax 2.0: image:http://some_remote_server/path/to/image

See the XWiki Syntax Guide for more details.

Size Limit

The maximum size of an attachment is limited by the administrator, by default it is set at about 32 megabytes.

Learn More

For more information about how XWiki attachments work and how to configure/tune the attachment store, you can examine the administrator's guide to attachments.

Tags:
   

Get Connected