Using ASP.NET MVC's model binding, it's easy to capture text and number fields from forms. One of the things that beginners get stuck on sometimes is adding a file upload to a form. MVC's ...