Cffile - MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference

Cfml language reference
Table of Contents

Advertisement

Chapter 1: ColdFusion Tags

CFFILE

Use the CFFILE tag to handle all interactions with files. The attributes you use with
CFFILE depend on the value of the ACTION attribute. For example, if the ACTION is
"Write, " ColdFusion expects the attributes associated with writing a text file. See the
individual CFFILE topics below for details about which attributes apply to which
ACTIONs.
Note
If you write ColdFusion applications designed to run on a server that is used by
multiple customers, you need to consider the security of the files that could be
uploaded or otherwise manipulated by CFFILE. See Administering ColdFusion
Serverfor more information about securing ColdFusion tags.
CFFILE topics
CFFILE ACTION="Upload"
CFFILE ACTION="Move"
CFFILE ACTION="Rename"
CFFILE ACTION="Copy"
CFFILE ACTION="Delete"
CFFILE ACTION="Read"
CFFILE ACTION="ReadBinary"
CFFILE ACTION="Append"
The Basic Security settings may prevent CFFILE from executing. These
settings are managed using the Basic Security page in the ColdFusion
Administrator. In order for CFFILE to execute, it needs to be enabled on
the Basic Security page.
45

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion 4.5

Table of Contents