Wiki source code of ZIP Komprimieren


Hide last authors
awa 11.3 1 {{figure image="zip_compress_en.png" width="400" clear="h1"}}
2 User to set up action of type //Compress files//. This can be used to store multiple files in a ZIP archive.
3 {{/figure}}
nlo 1.1 4
awa 11.3 5 The //Compress files// action type allows to compress files in zip format created by previous actions. Furthermore, multiple files can also be combined into one zip archive and sent to the user as one file.
nlo 1.1 6
awa 11.3 7 == Parameters ==
jdr 3.2 8
awa 11.3 9 === Files to compress ===
jdr 3.2 10
awa 11.3 11 ; Files
12 : Selection of files to be included in the zip archive. See [[actions>>doc:Formcycle.Designer.Workflow.Actions.WebHome]] for a list of supported URL protocols.
jdr 3.2 13
awa 11.3 14 === Storage options for the created files ===
jdr 3.2 15
awa 11.3 16 ; Output file name
17 : Name of the output file.
18 ; Attach file to form record
19 : If this option is selected, files created in this action will be attached to the form record. Otherwise, they are only available for other actions within the workflow processing in the same processing chain.
jdr 3.2 20
awa 11.3 21 == Action variables ==
jdr 3.2 22
awa 11.3 23 Actions of type //Compress files// provide [[Action variables>>Formcycle.UserInterface.Variables||anchor="HActionvariables"]] which can be used in subsequent actions.
jdr 3.2 24
awa 11.3 25 === Standard action variables ===
jdr 3.2 26
awa 11.3 27 ; [%$<action name>.SUCCESS%]
28 : Return whether action was successfully executed. Returns Boolean (true/false).
29 ; [%$<action name>.RESULT%]
30 : Return all results provided by the action in structured form.
jdr 3.2 31
awa 11.3 32 ; [%$<action name>.ERROR_CODE%]
33 : The error code thrown in case of an error in the action. Empty if no error occurred.
34 ; [%$<action name>.ERROR_MESSAGE%]
35 : The thrown error message in the action's error case. Empty if no error occurred.
jdr 3.2 36
awa 11.3 37 === Action specific action variables ===
jdr 3.2 38
awa 11.3 39 ; [%$<action name>.RESULT.compressedSize%]
40 : Size of the created ZIP archive, in bytes.
41 ; [%$<actionname>.ERROR.message%]
42 : Error message returned if the compressing file could not be written to or read from the file system.