public static string AsBase64String(this HttpPostedFile file) { return(Convert.ToBase64String(file.AsByteArray())); }