the problem I have is the data doesn't show in the input box
<div class="form-group">
<label asp-for="MovieImage" class="control-label"></label>
<input asp-for="MovieImage" class="form-control" type="file" />
<span asp-validation-for="MovieImage" class="text-danger"></span>
</div>
<img src="/@Property"/>to display the image. Reference: stackoverflow.com/a/68478536/11398810