
Features
- Create zip file on-the-fly
- Fast operation
- Support compression level 0-9. 0=store file only, 9=best compression
- Support zipping individual file, list of files, and the whole directory with recursive option
- 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
Application Idea
You will need this tag mostly if you allow visitors to download large data file, such as report file, pdf, excel file, etc. Using this tag, you can be sure all your visitors can download the file easily and faster than before. Some applications that may benefit by using this tag are:
- Web application generating reports and other big data
- Web application allowing visitors to download more than one files at a time.
Using zip file, you can pack all files into single zip file download
- And many more...
Usage and Examples
Click this link: http://www.masrizal.com/index.cfm?fuseaction=idea.download_detail&ProductID=cf_zip To view usage, complete description and live example.
|