Learn how to create a file upload button with HTML.
Click "Choose File" button to upload a file:
<form action="/action_page.html">
<input type="file" id="myFile" name="filename">
<input type="submit">
</form>
Try it Yourself »
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!