添加文件上传视频类型判断
This commit is contained in:
@@ -17,7 +17,8 @@ public class FileValid {
|
||||
"jpg", "jpeg", "png", "gif", "pdf",
|
||||
"doc", "docx", "wps",
|
||||
"xls", "xlsx",
|
||||
"ppt", "pptx"
|
||||
"ppt", "pptx",
|
||||
"mp4", "avi", "mov", "mkv", "flv", "wmv", "webm", "m4v"
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user