I know this has been discussed a lot of times.
I basically want the possibility in my view to update a file. This file has to be mapped to the model the controller e
Try this code
//Add reference to form.js
@using (Html.BeginForm("Create", "Company", FormMethod.Post, new { @enctype ="multipart/form-data",@id="formid" })) { } //Javascript code
This will work as ajax submit.
//You can get more details on AjaxForm here