Is there a HTMLHelper for file upload? Specifically, I am looking for a replace of
HTMLHelper
using ASP.NET
You can also use:
@using (Html.BeginForm("Upload", "File", FormMethod.Post, new { enctype = "multipart/form-data" })) { }