summaryrefslogtreecommitdiffstats
path: root/files/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'files/templates/index.php')
-rw-r--r--files/templates/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/templates/index.php b/files/templates/index.php
index 3951787a25d..4d0212896a0 100644
--- a/files/templates/index.php
+++ b/files/templates/index.php
@@ -7,7 +7,8 @@
<input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir">
<div class="file_upload_wrapper">
<input type="submit" class="file_upload_filename" value="<?php echo $l->t('Upload');?> (max. <?php echo $_['uploadMaxHumanFilesize'];?>)"/>
- <input class="file_upload_start" type="file" name='files[]'/>
+ <input id="file_upload_start" class="file_upload_start" type="file" name='files[]'/>
+ <a href="#" id="file_upload_button_wrapper" onclick="return false;"></a>
</div>
<iframe name="file_upload_target_1" class='file_upload_target' src=""></iframe>
</form>