Files

Documents

Upload / download of files including versioning

Note that a class is added to the page while uploading ressources: uploadInProgress

In case you want to prevent the user presing update, the buttons can be hided with this CSS

 .uploadInProgress .tsUpdateButtons { display: none; }

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Reacting to uploads

The platform sends out custom triggers on upload start, finish and failure.
To react to these, use the following example

$(".custom-file-input").on("TS_UploadStart", () => {
  // React
})
$(".custom-file-input").on("TS_UploadFinished", () => {
  // React
})
$(".custom-file-input").on("TS_UploadFailed", () => {
  // React
})

Configuration

[INSERT IMAGE]

[Description of configs]

Developer info

Pictures

Photo gallery with thumbnail index and optional lightbox to view full size images

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

Config1: Number of columns, default is 4
Config2: Export width, default is 40%
Config3: Enable lightbox, default is 0 (off)

Developer info

Videos

The video-player only works when Policy filesystemStorageActive.

To enable down-scaling to 720p and 1080p, the storage has to be on AWS S3, and the Encoding Lambda-function has to be enabled.

As of version 11572 the thumbnail engine was changed to FFmpeg.
Servers updated to this version, or newer, have to manually download the appropriate FFmpeg jar and place it in the tomcat-libs folder.
The version of FFmpeg downloaded must be 7.1-1.5.11.
Servers installed via the ts-script, after jan 23. 2026 will already have this jar file as part of the default setup.

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Config1: Number of columns, default is 3
Config2: Not used
Config3: Not used

Developer info

Document builder

Build document based on solution file template

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Filesystem files

Download of local files on the intranet

Properties

User interface

Field in show mode

image.png

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Documents with Signing

Upload / download of files including versioning and DocuSign integration, with upload-action and sign-status.

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

[INSERT IMAGE]

The DocuSign Integration should be configured, otherwise this field is the same as Files: Documents

Developer info

Value copy (files)

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Filesystem with FTP

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Documents to append

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Build remote files reference list

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Build document from structure

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Append remote files

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info