Answers for "how to link a button to upload file in html"

0

upload button in html

<form action="/action_page.php">
  <input type="file" id="myFile" 
  name="filename">
  <input type="submit">
</form>
Posted by: Guest on September-28-2020

Code answers related to "how to link a button to upload file in html"

Browse Popular Code Answers by Language