CFZIPPARAM
To be used inside the CFZIP tag. This tag lets you add files to your zip, optionally changing their path within the ZIP file
Usage
<cfzipparam>
Attributes
Attribute | default | required | summary |
---|---|---|---|
SOURCE | ![]() |
The source of the file or directory. This is a real path | |
PREFIX | The prefix path for this file(s) inside the ZIP archive | ||
RECURSE | true | If SOURCE is a directory then controls where all the subdirectories will be added | |
FILTER | If SOURCE is a directory then this is an optional filter that can applied to the files lists | ||
NEWPATH | Use this path inside the ZIP archive instead of the relative path of the SOURCE |