[Files] Encode Base64
Q100077: [Files] Encode Base64
Encodes a list of files into Base64 files.
Parameter | In/Out | Description | Other Info |
---|---|---|---|
File source | InOut | The file source is a list of one or more files to process, using fully qualified pathnames, such as a FileList output parameter from another module. A typical example being the [Files] Find module. |
|
Output Folder | In | The local or network folder to place the output file(s) in. | |
Set extension type | In | Choices: None , Numeric , B64 Set the extension type on output files: None - Same as source file. Numeric - Set to .64. B64 - Set to .B64 |
Default: B64 |
File list | Out | The list of output pathnames (files) generated. These should correspond 1:1 with the list of input pathnames (files). |
(Italics = required parameters)
Notes
The [Files] Encode Base64
module is useful for encoding a binary file into a Base64 encoded block of text. The Base64 format is used in many places to allow for the use of binary data in places that might technically only support the transfer or storage of text data. For example, SMTP email
messages do not support the inclusion of binary data into the email message. Thus underneath the surface, all embedded images and file attachments in an SMTP email are encoded in Base64.
Last Updated:
10/3/2023 1:07:14 AM