Answers for "change the text of input file in html"

0

change the text of input file in html

<div>
  <label for="files" class="btn">Select Image</label>
  <input id="files" style="visibility:hidden;" type="file">
</div>
Posted by: Guest on April-20-2021

Code answers related to "change the text of input file in html"

Browse Popular Code Answers by Language