16.7 Downloading a File for Offline Use
Use the native Download page process or dynamic action to let the user download a file for offline use.
Both perform the same functionality, and you configure them in a similar way. Both variants offer a single-file and a multiple-file option.
- Configuring Single-File Download Action
Download a single file with a SQL query that returns the BLOB, file name, and MIME type. - Downloading ZIP Archive of Multiple Files
Download multiple files as a zip archive by returning one BLOB and file name per row.
Parent topic: Uploading, Viewing, and Downloading Files