Kuika's Download File action allows you to download files from the server through your application. This action allows users to save files locally and access them later offline.
For example:
When a user wants to download a document or media file, this action ensures that the file is downloaded securely to their device.
In this tutorial, you will learn how to download files to your device using the Download File action.
Download File action is supported in web and mobile apps.
Add Download File Action
Log in to the Kuika platform.
Open the project you will work on from the Apps screen.
While in the UI Design module, open the Properties panel on the right side.
Select Initial Actions → Device → Download File from the +ADD ACTION drop-down menu.
Configure the following fields from the drop-down menu:
File Name: If a file is to be downloaded statically, you can add the URL of the document.
Data: The file to be downloaded must be in Base64 format. Base64 format data must be entered in this field.
Complete the configuration process by clicking the SAVE button.
Thus, you have successfully added the Download File action to your application.