FileUpload.FileName() Method
Version: Available or changed with runtime version 13.0.
Gets the file name.
Syntax
FileName := FileUpload.FileName()
Note
This method can be invoked using property access syntax.
Parameters
FileUpload
Type: FileUpload
An instance of the FileUpload data type.
Return Value
FileName
Type: Text
The name of the file.
Related information
FileUpload Data Type
Getting Started with AL
Developing Extensions