FileUpload.FileName

Syntax

FileName: String

Description

The FileName property determines a name of the last uploaded file.

Comments

Use JSON or the setFileName method to set the property value and the getFileName method to get the property value.

Example

The property use is given in description of the FileUpload constructor.

See also:

FileUpload