I wont to display or preview image when its uploaded
my code is here :
Html.Label("Browse File", htmlAttributes: new { @class = "control-label col-md-2" })
</div>
<div class="col-sm-4">
@Html.Label("Logo", htmlAttributes: new { @class = "control-label col-md-2" })
<img src="FileUpload1" alt="Image" />
</div>