Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.21 KB

File metadata and controls

32 lines (26 loc) · 1.21 KB
title description ms.author ms.date ms.topic author ms.reviewer
FileUpload Data Type
Represents a file.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

FileUpload Data Type

Version: Available or changed with runtime version 1.0.

Represents a file.

Instance methods

The following methods are available on instances of the FileUpload data type.

Method name Description
CreateInStream(InStream) Creates an InStream object for a file. This enables you to import or read data from the file.
CreateInStream(InStream, TextEncoding) Creates an InStream object for a file. This enables you to import or read data from the file.
FileName() Gets the file name.

See Also

Getting Started with AL
Developing Extensions