CodeCharge Studio

par<control>.TemporaryFolder Run-Time Variable (ColdFusion)

Applies to

FileUpload Control

Type

string

Access

read/write

Syntax

<cfset par<control>.TemporaryFolder=<expression>>
<cfset <expression>=par<control>.TemporaryFolder>

Description

This variable contains the path used for storing uploaded files temporarily before they are moved into the target folder. The property specifies the full path or the relative path from the page folder to the temporary folder.

See also

par<control>.FileFolder Variable


On-line, printable versions and updates