diff --git a/docs/ff-concepts/file-handling/download-file.md b/docs/ff-concepts/file-handling/download-file.md index bf8d1128..7ed9ca01 100644 --- a/docs/ff-concepts/file-handling/download-file.md +++ b/docs/ff-concepts/file-handling/download-file.md @@ -44,13 +44,13 @@ The **Download File** action allows you to enable users to download or save file ::: -## Add Download File [Action] +## Download File [Action] -To add a download file action, select the **Widget** (e.g., button or any interactive widget) where you want users to initiate the file download and set the **Source** to one of the following. +To add a Download File action, select the **Widget** (e.g., button or any interactive widget) where you want users to initiate the file download and set the **Source** to one of the following. - **From URL**: Use this option for downloading files that are accessible through a direct link and specify the URL of the file that should be downloaded. - **From File (Bytes)**: Use this option when the file is uploaded to the device using the [Local Upload (Widget State)](upload-data.md#local-upload-widget-state). You can access the file via ***Widget State > Uploaded Local File***. Optionally, you can specify a **Filename** to be used when the file is downloaded. -![file-download-action](imgs/file-download-action.avif) \ No newline at end of file +![file-download-action](imgs/file-download-action.avif)