Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

bootstrap input file style

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
Source by qawithexperts.com #
 
PREVIOUS NEXT
Tagged: #bootstrap #input #file #style
ADD COMMENT
Topic
Name
9+8 =