Chapter 1: ColdFusion Tags
45
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
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.
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"
Summary of Contents for COLDFUSION 4.5-CFML LANGUAGE
Page 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Page 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Page 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Page 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Page 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Page 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Page 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Page 584: ...560 CFMLLanguageReference...
Page 594: ...570 CFMLLanguageReference...