Alphabetical List of ColdFusion Tags
Note
Although the
cffile
The following file upload status parameters are available after an upload.
Parameter
attemptedServerFile Initial name ColdFusion used when attempting to save a file
clientDirectory
clientFile
clientFileExt
clientFileName
contentSubType
contentType
dateLastAccessed
fileExisted
fileSize
fileWasAppended
fileWasOverwritten
fileWasRenamed
fileWasSaved
oldFileSize
serverDirectory
serverFile
serverFileExt
serverFileName
timeCreated
timeLastModified
prefix is still supported, it has been deprecated in favor of the
file
prefix.
Description
Directory location of the file uploaded from the client's
system
Name of the file uploaded from the client's system
Extension of the uploaded file on the client's system without a
period, for example, txt not .txt
Filename, without an extension, of the uploaded file on the
client's system
MIME content subtype of the saved file
MIME content type of the saved file
Date and time the uploaded file was last accessed
Indicates (Yes or No) whether or not the file already existed
with the same path
Size of the uploaded file
Indicates (Yes or No) whether ColdFusion appends the
uploaded file to an existing file
Indicates (Yes or No) whether ColdFusion overwrites a file
Indicates (Yes or No) whether the uploaded file is renamed to
avoid a name conflict
Indicates (Yes or No) whether Cold Fusion saves a file
Size of a file that was overwritten in the file upload operation
Directory of the file saved on the server
Filename of the file saved on the server
Extension of the uploaded file on the server, without a period
Filename, without an extension, of the uploaded file on the
server
Time the uploaded file was created
Date and time of the last modification to the uploaded file
73
Need help?
Do you have a question about the COLDFUSION 5 - CFML and is the answer not in the manual?