diff --git a/client/html/file_dropper.tpl b/client/html/file_dropper.tpl
index eab17c6..9c66201 100644
--- a/client/html/file_dropper.tpl
+++ b/client/html/file_dropper.tpl
@@ -1,6 +1,6 @@
 <div class='file-dropper-holder'>
     <input type='file' id='<%- ctx.id %>'/>
-    <label class='file-dropper' for='<%- ctx.id %>'>
+    <label class='file-dropper' for='<%- ctx.id %>' role='button'>
         <% if (ctx.allowMultiple) { %>
             Drop files here!
         <% } else { %>