<html>
<body>
<h1>File upload</h1>
<p>Show a file-select field which allows a file to be chosen for upload:</p>
<form action="https://www.w3schools.com/action_page.php">
Select a file: <input type="file" name="myFile"><br><br>
<input type="submit">
</form>
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_input_file by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:33:50 GMT -->
</html>