<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<div class="profile_view">
<img src="images/profile-blank-image.jpg" id="blah" alt="Profile Image">
<input type="file" onchange="readURL(this);">
<label class="upload-tag"><i class="fa fa-camera"></i></label>
</div>