githubEdit

File Handling

CFML allows you to manipulate, read, upload, etc files via its built in methods which are great and easy to use. It can even help you manipulate zip/jar archives! We won't go into every single detail of file handling, but below you can find the majority of functions to deal with file handling.

circle-check

Dealing With Large Files

If you want to read or manipulate large files we would recommend that you leverage our cbStreamsarrow-up-right library or native Java file streaming. Below you can find some sample usage of reading large files with cbStreamsarrow-up-right which implements the Java Streams API.

Last updated

Was this helpful?