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"
type="file"
multiple
accept="*/*"
class="absolute inset-0 opacity-0 cursor-pointer" />
</label>
</div>