Answers for "bootstrap file field"

4

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>
Posted by: Guest on October-14-2020
0

bootstrap input file

<div class="custom-file">
 <input type="file"  class="custom-file-input" id="inputGroupFile01">
<label class="custom-file-label" for="inputGroupFile01">Choose file</label>
</div>
Posted by: Guest on April-25-2021

Browse Popular Code Answers by Language