$('input[type="file"]').change(function(){
$('input[type="text"]').val( $(this).val() );
});
<div class="form-group">
<label for="exampleFormControlFile1">File</label>
<input type="file" name="documento" class="form-control-file" required>
</div>
<div class="form-group">
<label for="exampleFormControlInput1">Name File</label>
<input type="text" name="dpro_filename_scan" class="form-control" required>
</div>
我有这个js文件,但它显示C:\ fakepath \ filename。我只需要文件名。