如何 - 文件上传按钮
学习如何使用 HTML 创建文件上传按钮。
点击“选择文件”按钮上传文件
文件上传
示例
<form action="/action_page.php">
<input type="file" id="myFile" name="filename">
<input type="submit">
</form>
自己试试 »
学习如何使用 HTML 创建文件上传按钮。
点击“选择文件”按钮上传文件
<form action="/action_page.php">
<input type="file" id="myFile" name="filename">
<input type="submit">
</form>
自己试试 »
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]