Answers for "upload button 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
1

File Upload Button and display file javascript

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
Posted by: Guest on October-16-2020

Browse Popular Code Answers by Language