Add accept="*/*" to file input

This commit is contained in:
Tanner
2026-07-15 00:24:01 +00:00
parent 6b3ca03497
commit 1445e32468
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@
<input id="fileInput" <input id="fileInput"
type="file" type="file"
multiple multiple
accept="*/*"
class="absolute inset-0 opacity-0 cursor-pointer" /> class="absolute inset-0 opacity-0 cursor-pointer" />
</label> </label>
</div> </div>
+1
View File
@@ -67,6 +67,7 @@
<input id="fileInput" <input id="fileInput"
type="file" type="file"
multiple multiple
accept="*/*"
class="absolute inset-0 opacity-0 cursor-pointer" /> class="absolute inset-0 opacity-0 cursor-pointer" />
</label> </label>
</div> </div>