Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

bootstrap file upload

<form>
  <div class="form-group">
    <label for="exampleFormControlFile1">Example file input</label>
    <input type="file" class="form-control-file" id="exampleFormControlFile1">
  </div>
</form>
Source by getbootstrap.com #
 
PREVIOUS NEXT
Tagged: #bootstrap #file #upload
ADD COMMENT
Topic
Name
4+6 =