Is there a HTMLHelper for file upload? Specifically, I am looking for a replace of
HTMLHelper
using ASP.NET
To use BeginForm, here's the way to use it:
BeginForm
using(Html.BeginForm("uploadfiles", "home", FormMethod.POST, new Dictionary(){{"type", "file"}})