aboutsummaryrefslogtreecommitdiff
path: root/client/html/file-dropper.hbs
blob: bd0c977f8ca349771f023ed6e5dbf368b0de503d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class='file-dropper-holder'>
    <input type='file' id='<%= id %>'/>
    <label class='file-dropper' for='<%= id %>'>
        <% if (allowMultiple) { %>
            Drop files here!
        <% } else { %>
            Drop file here!
        <% } %>
        <br/>
        Or just click on this box.
    </label>
</div>

© 2015 - 2026 Jakob L. Kreuze