Cách tạo: Nút tải tệp

Học cách sử dụng HTML tạo nút tải tệp.

Nhấp vào nút "Chọn tệp" để tải tệp lên:

Thực tế

<form action="/action_page.php">
  <input type="file" id="myFile" name="filename">
  <input type="submit">
</form>

Thử ngay