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