|
|
|
@ -2740,7 +2740,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
|
|
|
|
|
#region 文件上传 |
|
|
|
|
|
|
|
|
|
private string[] AllowedExtensions = new string[] { ".png", ".jpg", ".jpeg", ".bmp", ".zip" ,".xls",".xlsx"}; |
|
|
|
|
private string[] AllowedExtensions = new string[] { ".png", ".jpg", ".jpeg", ".bmp", ".zip",".xlsx",".aks"}; |
|
|
|
|
/// <summary> |
|
|
|
|
/// 文件上传--附件 |
|
|
|
|
/// <param name="file"></param> |
|
|
|
|