How can I display the selected image in input field ? Can any one please help me..
<div class="form-group row mt-3">
<label for="ProfilePic" class="col-sm-2 col-form-label"> Profile picture</label>
<div class="col-sm-8">
<input type="file" class="form-control" name="ProfilePic" placeholder="Select Image" required>
</div>
</div>