Features:
Unzip a GZip file on the fly
Fast operation
Works using CFMX built-in Java. No 3rd party application needed. No CFX tags. Shared hosting friendly. Just copy this custom tag in your ColdFusion working directory, and you're set
Supported ColdFusion Server:
- ColdFusion MX 6, 6.1
- ColdFusion MX 7
on all operating systems
Supported browsers: Since this tag is working on server side, all browsers are compatible
Usage:
| <cf_gunzip |
file = "Full path of GZip file to be unzipped - mandatory" |
| |
output = "full path of resulting (unzipped) file"> |
After successful call to CF_GUnzip, the caller page will have a variable named "gunzip_origfile" which contains theoriginal filename inside GZip file.
|