Breadcrumbs

Managing Files

Uploading Files

If you want to add a file to the file storage, open the file manager and click Upload File:

grafik-20251219-133406.png

In the upload pop-up, you can select the directory you want to upoad your file to:

grafik-20251219-133516.png

Upload directories are limited to specific file types:

Directory

Valid Types

css

.css

.scss

js

.js

.ts

mail-templates

.html

.txt

npm

.tar.gz

other

unlimited (.*)

report-templates

.docx

.xlsx

If you have selected your directory, drag & drop the file you want to upload to the upload field or click browse file to browse your computer and select the file.

The name of your selected file is displayed in the frame. Click Upload to start the file upload or click Cancel to abort:

grafik-20251030-143158.png

A toast message indicates a successful upload:

grafik-20251030-143235.png

A file that contains one ore more forbidden characters in its name, cannot be uploaded.
Forbidden characters are: ~, (, ), [, ], {, }, @ and blank space.

If the file name contains at least one of these, you will receive a note in the upload window and the Upload button is not enabled:

grafik-20251030-143519.png

If you want to update a file, just upload it again. A file with the same name and type overwrites the file already present in the file manager.

Using Uploaded Resources

Within your processes, you have access to the uploaded files via their path. Click on the name of a file in the file manager, to copy its path to the clipboard:

grafik-20251219-134006.png

If you want to use the files in your processes, please note:

  • Users involved in the process must have the profile file_manager_user.

  • The file storage does not check for namespaces. Each user with access to the file URL is able to download the file.

Resource File

Usage

css

Use css resource files to style your applications in the Designer (see Designer Guide > Styling Form Elements).

js

Currently not in use.

mail-templates

Use mail templates to send emails via the mailer-service by using the mail library in the Designer.

npm

Currently not in use.

other

Use for all other file format uploads.

report-templates

Upload report templates to use them in the reporting-service.

Downloading Files

You can also download a file that has been uploaded to the file manager: Use the quick action Download to download the file:

grafik-20251030-143931.png

The download also starts when you paste the copied path to a new browser tab (see Using Uploaded Resources).

Deleting Files

If you want to delete a file from the file manager, you have two options:

  • Use the quick action Delete file.

grafik-20251030-144102.png
  • Activate the checkbox of the corresponding table row and use the option Delete selected files in the navigation bar.

grafik-20251219-134233.png

Use this option to delete several files at once.

You can also use the checkbox in the header row to select all files:

grafik-20251219-134332.png

Be careful using this option, because in that case all files are deleted, not only the displayed table view.

In any case, you must first confirm a deletion:

grafik-20251031-080015.png
📗