@using (Html.BeginForm("Action","Controller",FormMethod.Post,new {enctype = "multipart/form-data"})) { <input type='file' name='blah' id='blah' /> }