Bulk Download

Hi Guys,

Does anyone have a solution to allow users to download multiple files (selected from a table) with a single button?

Right now, I have to download each file and sometimes it takes ages to finish a job.

Thanks!

Hi @Guilherme,

Using JavaScript, you can do the following:

  1. Add checkboxes to the table and a button.
  2. The user can select multiple rows and click the button.
  3. When the button is clicked, use JavaScript to click each selected row to download its file.

For professional help, feel free to get in contact.

Best,
Knack Pros