Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gwcx authored Aug 8, 2023
1 parent c77f590 commit 85169c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1>图片或视频上传</h1> 每个文件最大 5 MB。每个请求最多 100
</div>
<form enctype="multipart/form-data">
<div class="form-group" style="max-height: 2000px;">
<input id="file" type="file" multiple class="file" data-overwrite-initial="false"
<input id="upFiles" type="file" multiple class="file" data-overwrite-initial="false"
data-min-file-count="1" name="file" accept="image/*, video/*">
</div>
</form>
Expand Down

0 comments on commit 85169c7

Please sign in to comment.