PRB add pdf
This commit is contained in:
@@ -6,7 +6,7 @@ header('Access-Control-Allow-Headers: *');
|
||||
$input_name = 'file';
|
||||
|
||||
// Разрешенные расширения файлов.
|
||||
$allow = array('xlsx', 'docx', 'xls', 'doc');
|
||||
$allow = array('xlsx', 'docx', 'xls', 'doc', 'pdf');
|
||||
|
||||
// Запрещенные расширения файлов.
|
||||
$deny = array(
|
||||
|
||||
Reference in New Issue
Block a user