Commit 50652e23 authored by hujun's avatar hujun

'ppt','pptx','xls'

parent 3d686194
...@@ -20,7 +20,7 @@ class UploadFileService ...@@ -20,7 +20,7 @@ class UploadFileService
* @param array $ext * @param array $ext
* @return array * @return array
*/ */
public function upload($_upload_file, $type, $size = 10000000, $ext = [ 'jpg','png','jpeg','xlsx','doc','docx','pdf']) public function upload($_upload_file, $type, $size = 10000000, $ext = [ 'jpg','png','jpeg','xlsx','doc','docx','pdf','ppt','pptx','xls'])
{ {
/** /**
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment