运行环境 .net code 2.2
IFormFileCollection files;
var singlefile = files.FirstOrDefault();
//得到流文件,文件名称
singlefile.OpenReadStream(), singlefile.FileName