FileUploadBtn transparent

FileUploadBtn transparent

by Peter A

HTML

<input type=File ID="FileUpload1" class="btn-hideme" title="Be sure to overwrite the default title"/>
<---- assuming the background colour of the page is white

CSS

input[type='file'] {
  color: transparent;
  background-color: white;
}

   
   #btn-hideme {
  color: transparent;
  background-color: white;
}