Lucee Function Reference
filereadbinary()
Reads an on-disk or in-memory binary file (such as an executable or image file) on the server, into a binary object
Example
filereadbinary(any file):any
Category
binary
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
file | any | Yes | file path |