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