WebApi 调用Edit后某个ViewModel的上传的文件为null

原因:未设置form发enctype
@using (Html.BeginForm("Edit", "PhotoGroups", null, FormMethod.Post, new { enctype = "multipart/form-data" }))

你可能感兴趣的:(WebApi 调用Edit后某个ViewModel的上传的文件为null)