示例#1
0
 public static string AsBase64String(this HttpPostedFile file)
 {
     return(Convert.ToBase64String(file.AsByteArray()));
 }