Files allow you save files to DB.

Changelog

9 versions
v1.4.3 Latest
  • Save File, Download File, Archive File: fix quota manager maxWait value format - it should be an integer.
v1.4.2
  • Lower maxWait for quota to 60 seconds to avoid unnecessary timeouts. Affects ArchiveFile, DownloadFile and SaveFile components.
v1.4.1
  • DownloadFile: fix typo in tooltip.
v1.4.0
  • (NEW) ArchiveFile: marks a file as archived using file ID.
v1.3.1
  • DownloadFile, SaveFile: added quota that limits the number of simultaneous downloads to 80.
v1.2.1
  • Added new component 'DownloadFile' - enables downloading content from a URL.
v1.1.1
  • SaveFile fix for storing arrays.
v1.1.0
  • LoadFile, LoadFileLines and RemoveFile - fileId input changed from 'text' to 'filepicker'. Requires Appmixer 4.4.4 or higher.
v1.0.0
  • Accept array type for content input

Authentication

TypeDetails
Other

Actions

6
Download File icon

Download File

Download file from link.
Archive File icon

Archive File

Archive file from File ID.
Load File icon

Load File

Read file and send content to output port.
Load File Lines icon

Load File Lines

Read file and send it's content to output port line by line. The order of the lines reaching a destination component is not guaranteed and probably won't match exactly the order of the lines in the source file. Each output message contains the index property which corresponds to the number of the line in the source file.
Remove File icon

Remove File

Remove file from the DB.
Save File icon

Save File

Save file to DB.