 |
Developer Name: |
Rizal Firmansyah |
 |
Company Name: |
MasRizal & Partners |
 |
Email Developer: |
Email Developer |
 |
Date Created: |
Sunday 26/11/2006 |
 |
Latest Version: |
1.0 |
 |
Price: |
$50 |
 |
License: |
One copy per developer. |
 |
Encrypted: |
No |
 |
Average Rating: |
Not Rated |
 |
Times Rated: |
Not Rated |

Tag Comments
|
There are no comments for this tag yet!
|
Related ColdFusion Applications
Developers who purchased CF_GZip also purchased:
- CF_REextract
- CFX PDF (Adobe PDF Generator)
- CFX_JZip
- CFX_HTTP5
- CFX_EXEC
- DBTree
|
What Is CF_GZip? |
CF_GZip is a custom tag to create GZip file on the server.
This tag comes in handy when you need to create a GZip file.
By creating a GZip file, your website visitor can download a compressed file which takes less space and faster to download.
Some applications that may benefit by using this tag are:
+ Web application generating reports and other big data
+ And many more... |
Features:
Create 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_gzip |
file = "Full path of file to be gzipped - mandatory" |
| |
output = "full path of resulting gzip file"> |
After successful call to CF_Gzip, the caller page will have a variable named "gzip_zipfile" which contains the resulting Gzip file name and path.
|
|
|