Whatever message this page gives is out now! Go check it out!
FileReadBinary(filepath) |
Parameter | Description |
filepath | An absolute path to an on-disk or in-memory binary file on the server |
<h3>FileReadBinary Example</h3>
<cfscript>
myfile = FileReadBinary("c:\testingdir\test3.jpg");
</cfscript>