|
|
$typeData = $typeData ? array_keys($typeData) : ['doc','docx', 'xls', 'xlsx', 'ppt', 'pptx'];
|
|
$typeData = $typeData ? array_keys($typeData) : ['doc','docx', 'xls', 'xlsx', 'ppt', 'pptx'];
|
|
|
if (in_array($fileType, $typeData)) {
|
|
if (in_array($fileType, $typeData)) {
|