Skip to content

Commit

Permalink
filetest
Browse files Browse the repository at this point in the history
  • Loading branch information
Concedo authored and Concedo committed Nov 2, 2024
1 parent 20c8403 commit ba86cb8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions filetest.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
1st
<input type="file" id="loadfileinput1" accept="text/json,application/json,image/png,image/webp,.kaistory,.webp,.png,.json,.txt,*.*,*" style="display:block;"><br>
<br>
2nd
<input type="file" id="loadfileinput2" accept=".kaistory,.webp,.png,.json,.txt,*.*,*" style="display:block;"><br>
<br>
3rd
<input type="file" id="loadfileinput3" accept="text/json,application/json,image/png,image/webp,*.*,*" style="display:block;"><br>
<br>
4th
<input type="file" id="loadfileinput4" accept="*" style="display:block;"><br>
<br>
5th
<input type="file" id="loadfileinput5" style="display:block;"><br>
6th
<input type="file" id="loadfileinput1" accept="text/json,application/json,image/png,image/webp,.kaistory,.webp,.png,.json,.txt" style="display:block;"><br>
<br>

0 comments on commit ba86cb8

Please sign in to comment.