Here im using Vs2013 updated 4 when i'm try Microsoft.Web.Mvc i'm Getting error at .Mvc
public class FileUpload
{
[Required, Microsoft.Web.Mvc.FileExtensions(Extensions = "csv",
ErrorMessage = "Specify a CSV file. (Comma-separated values)")]
public HttpPostedFileBase File { get; set; }
I got this from Html helper for <input type="file" />