OnAction (File Upload Action) Trigger

Version: Available or changed with runtime version 13.0.

Runs when a user uploads files on a page.

Syntax

trigger OnAction(Files: ListOfFileUpload)
begin
    ...
end;

Parameters

Files
 Type: ListOfFileUpload
List of the files uploaded.

See Also

Getting Started with AL
Developing Extensions