Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Reading a file as a Base64 string
You can read a text file with the read function. The following example shows a simple usage:
<cfset opt = cfclient.camera.getOptions()> |
Method summary
readAsBase64(filename) - Reads the content of a given file
- returns – Content of file in the form of a base64 encoded string
- params
- filename - Absolute or relative path of the file (including file name)