gallery.accords-library.com/client/html/file-dropper.hbs

13 lines
323 B
Handlebars
Raw Normal View History

2016-04-10 13:55:56 +00:00
<div class='file-dropper-holder'>
<input type='file' id='<%= id %>'/>
<label class='file-dropper' for='<%= id %>'>
<% if (allowMultiple) { %>
2016-04-10 13:55:56 +00:00
Drop files here!
<% } else { %>
2016-04-10 13:55:56 +00:00
Drop file here!
<% } %>
2016-04-10 13:55:56 +00:00
<br/>
Or just click on this box.
</label>
</div>