Answers for "input element that accepts files"

5

input file accept image

<input type="file" name="myImage" accept="image/png, image/gif, image/jpeg" />
<input type="file" name="myImage" accept="image/*" />
Posted by: Guest on November-29-2021
1

designing input type file

::-ms-browse {
  background: black;
  color: red;
  padding: 1em;
}
Posted by: Guest on October-26-2021

Code answers related to "input element that accepts files"

Browse Popular Code Answers by Language