Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Input with File type css override

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

input[type="file"]{
	display: none;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Input #File #type #css #override
ADD COMMENT
Topic
Name
7+7 =