|
Read Reviews | Write Review | Report Errors
|
|
CFX_LiveCAB gives you the power to work with CAB files in a very flexible way, directly from within your Cold Fusion scripts. Supports both LZX and MSZIP compression. Can archive, extract and list contents of archives. Very fast and extremely effective.
|
| |
|
Read Reviews | Write Review | Report Errors
|
|
CFX_FileReadLn was built to overcome the problems related to CFFILE when reading text files.
As stated in the Cold Fusion Documentation, CFFILE has the following downfalls:
reads the entire file into a single CF variable
may crash the CF Server when reading very huge files
CFX_FileReadLn instead:
reads any textual files line-by-line and puts lines into a CF query object
works with files of any size without performance or stability problems
is incredibly fast: up to 22,2 Mb/sec.
|
| |
|
|