я пытаюсь выбрать мой файл с помощью команды $ .post? на данный момент у меня это как
<% using (Html.BeginForm("Index", "Upload", FormMethod.Post, new { enctype = "multipart/form-data" })) {%>
<input type='file'></input>
<button>upload</button>
<%}%>