LiquidFiles Documentation
LiquidFiles Documentation
Updated v4.3

FileLinks

A FileLink is a shareable link to one or more files hosted on your LiquidFiles system. It lets your users hand out a link to a set of files to anyone — without composing a message or specifying recipients up front. Only people who have the randomized link will be able to open it, and you can layer on additional access controls such as authentication, a password, an expiry date and a recipient allowlist.

A FileLink URL looks like https://liquidfiles.company.com/link/HexCA9829L7lcFl2eMCcAh where liquidfiles.company.com is your LiquidFiles system and the random string is the FileLink's secure ID. You can also give a FileLink a friendlier Custom URL like https://liquidfiles.company.com/link/liquidfiles-eula.

FileLinks differ from Secure Messages in that they are file-centric rather than message-centric. There's no message body or recipient list required — you create the link, then share it however you like. They differ from Filedrops in direction: Filedrops let outside people send files to you; FileLinks let you share files out.

Use Cases

  • Publishing a document, image set or video where you don't know in advance who will need it.
  • Sharing a gallery of images that recipients can browse in a fullscreen lightbox.
  • Adding a stable link to a file in a wiki, intranet page or email signature.
  • Hosting a file for embedding in a third-party page using a Direct Link.
  • Providing a preview-only document where downloads are disabled.

Creating a FileLink

FileLinks are accessed from the FileLinks link in the Menubar. To create a new one, click New FileLink and either upload new files or, on the same page, pick from files you've previously sent. A single FileLink can hold many files up to the FileLink Max Files limit configured for your group.

Once created, you're taken to the FileLink page where you can add or remove files, adjust settings and share the link.

The FileLink page is the owner's control centre for a FileLink. The files are listed on the left and the FileLink Settings panel is on the right, grouped into Sharing, Access, Display and Notifications sections.

FileLink page in list view

From here you can:

Display Modes

The Display Mode controls how files are presented, both in the owner's view and on the recipient-facing page. There are three mutually-exclusive modes, each of which can be enabled or disabled per group (see Configuration).

Icons

Files are shown as generic file-type icons only. The single-file view shows the file type icon rather than the file contents. This is the most lightweight option and is always available.

Inline

List and table views show file thumbnails, and the single-file view renders the actual content — images, videos, audio and PDFs are displayed inline directly in the page. PDFs use a built-in viewer with page navigation, zoom and fit controls.

FileLink inline view of a PDF

For FileLinks containing images or videos, Gallery mode presents a thumbnail grid with a fullscreen lightbox. Owners can drag to reorder images and add per-image captions. Gallery mode includes inline previews regardless of the inline-preview permission.

FileLink gallery view

Clicking an image opens the fullscreen lightbox where recipients can step through the images and, if downloads are allowed, download each one:

FileLink gallery lightbox
Gallery view only appears when the FileLink actually contains at least one image or video. A FileLink set to Gallery but containing only other file types falls back to the regular list view.

Sharing a FileLink

The Sharing section at the top of the settings panel offers two ways to distribute the link:

  • Copy FileLink to Clipboard — copies the URL so you can paste it into your own email, chat or document.
  • Send Email Invite — composes and sends an email directly from LiquidFiles, using your system's standard email-template layout. You can set recipients, CC/BCC, subject and body, and optionally add the recipients (as emails or as their domains) to the FileLink's recipient limitations allowlist in the same step.

Whether the Email Invite button is available is controlled per group — see Configuration.

The recipient-facing FileLink page shows a header (by default the FileLink label and ID) and an optional footer. Owners can customise both using the Edit Header and Edit Footer editors, which support variables such as {{ link_id }}, {{ owner_name }}, {{ file_count }} and {{ expires_at_human }} so the text can include dynamic values. This is gated by a per-group permission.

Enabling or Disabling FileLinks

Like other LiquidFiles features, FileLinks are enabled or disabled on a per group basis, and are only available to Local Users. To change this, go to Admin → Groups, edit the group, and look in the Basic Settings tab under Features Enabled for this group.

All of the FileLink defaults and limits — expiration, maximum files, which settings users can change, display modes, custom URLs and more — are configured in the group's FileLinks tab. See the FileLinks Configuration documentation for a description of every setting.