Class HttpUploadedFile() Foundation

Class function of the HttpUploadedFile class.

Description

Instances of the class HttpUploadedFile represent files which are uploaded from within a <CXP/> page. The HttpUploadedFile objects are created automatically by the <CXP/> infrastructure and can be accessed via the :Files instance variable of the HttpRequest object.

Properties
:Data
Contains the file content.
:IsOnDisk
Specifies whether the file is stored on disk.
:LastError
Contains the error code of the last file operation.
:NameOnDisk
Contains the full pathname of the file on the web server’s hard drive.
:Name
Contains the filename.
:Size
Specifies the size of the file.
Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.