Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the functionality of multiple files you do not need to install any plug in.

...

Configuratie

To be able to handle files, Please configure the connection a connection has to be specified. This connection states where the files should be stored. The connection can be specified in the aquima.properties file in the home folder first.

Currently there are two connection flavors:

...

  1. in memory or

  2. on file system

Ad 1) If the files should be uploaded to memory,

Code Block
connection.<connection name>.memory

 

  • File system

    Code Block
    connection.<connection name>.filesystem.path=<your path>

    Replace <your path> with the correct path. Note to use '/' in your path, e.g. C:/Files/.

...