Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

How to multi download on one button #1041

Open
thearabbit opened this issue Nov 13, 2018 · 0 comments
Open

How to multi download on one button #1041

thearabbit opened this issue Nov 13, 2018 · 0 comments

Comments

@thearabbit
Copy link

I would like to Multi download on one button

<template name="fileList">
  <div class="fileList">
    {{#each files}}
      <div class="file">
        <strong>{{this.name}}</strong> <a href="{{this.url download=true}}" class="btn btn-primary" target="_parent">Download</a>
      </div>
    {{/each}}

    <button class="downloadAll">Download All</button
  </div>
</template>
---------
// js

Please help me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant