Using CFFILE

The CFFILE tag gives you the ability to work with files on your server in a number of ways:

The required attributes depend on the ACTION specified. For example, if ACTION="WRITE", ColdFusion expects the attributes associated with writing a text file.

Note Consider the security and logical structure of directories on the server before allowing users access to them.