Answers for "css style for input upload"

0

Input with File type css override

<label class="custom-file-upload">
    <input type="file"/>
    Custom Upload
</label>

input[type="file"]{
	display: none;
}
Posted by: Guest on January-22-2022

Browse Popular Code Answers by Language