https://stackoverflow.com/questions/1760510/foreach-on-request-files The enumerator on the HttpFileCollection returns the keys (names) of the files, not the HttpPostedFileBase objects. Once you get the key, use the Item ([]) property with the key (fi