File to Base64
Convert the content of a file to a base64 string
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
File | The file to convert to a base64 string | FILE | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Output | The created base64 string. | STRING | BASE64_FILE |