Is there any way to get posted files () to take part in model binding in ASP.NET MVC without manually looking at the reques
Another way is to add a hidden field with the same name as the input:
The DefaultModelBinder will then see a field and create the correct binder.