download-manager-plugin
Mobile icon

Download Manager Plugin

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 25 Mar (7 days ago)
 by 
0.0
 (0 ratings)
download-manager-plugin

Download Manager Plugin

Documentation
1.0.0

Step 1: Drag the DownloadFile Action into Your Client Action


Step 2: Configure the Input Parameters


Provide the required parameters as shown below:

ParameterTypeDescription
URLTextThe direct link to the file (or API endpoint if the file is in an OutSystems database).
NameTextThe desired name for the file (e.g., document.pdf).
DescriptionTextA short description of the download (shown in notifications).
ExternalPublicDir       Boolean     True saves the file in the public directory, False saves it in the app’s private storage.