BE_Base64_URL_Encode

BE_Base64_URL_Encode ( data )

Encodes data as Base64 values with url safe encoding. URL safe encoding gives output that is consistent with other online tools such as php.

Version : 2.0
Version 4.0 : Deprecated. Use the FileMaker 16 function Base64Encode(data) or Base64EncodeRFC(RFCnumber;data) instead.
Version 4.2 : Removed

Parameters :
data : the data to encode.

Result : You can either encode plain text or binary files. If you're encoding a binary file, first insert it into a container field using the FileMaker script step "Insert File", and pass the contents of the field to this function. Text encoding can come from any other source.

Still need help? Contact Us Contact Us