Selected item not return value asp.net MVC
I have this model,and table i db with data public class FileType { public int Id { get; set; } public string FileTypeName { get; set; } } I have upload form and this viewmodel for upload public List<FileModel> Files…