The standard form I am using with bootstrap 4.0 is working well, but the input button is not applying Bootstrap's CSS.
<div class="form-group">
<input type="file" class="form-control-file" id="exampleFormControlFile1">
</div>