File Management Tags
| name | description |
|---|---|
| cfdirectory | Manages interactions with directories. |
| cffile | Manages interactions with server files. |
| cffileupload | Displays a dialog for uploading multiple files from the user's system. |
| cfftp | Lets users implement File Transfer Protocol (FTP) operations. |
| cfzip | Manipulates ZIP and Java Archive (JAR) files. In addition to the basic zip and unzip functions, use the cfzip tag to delete entries from an archive, filter files, read files in binary format, list the contents of an archive, and specify an entry path used in an executable JAR file. |