touch: fix media upload on iDevice

This commit is contained in:
Lukas F. Hartmann
2020-12-18 17:36:44 +01:00
parent 82515e3a8e
commit 352b01569f
2 changed files with 12 additions and 24 deletions

View File

@@ -4,7 +4,7 @@
<div class="dialog-section">
<label class="btn btn-xxl btn-transparent btn-icon">
<span class="icon icon-picture-upload"></span>
<input type="file" accept="*/*" multiple v-on:change="handle_image_file_upload($event)" id="image_file_upload">
<input type="file" multiple v-on:change="handle_image_file_upload($event)" id="image_file_upload">
</label>
<p>Click to Upload<br/> or drag file(s) anywhere.</p>
</div>