allow upload of txt files
This commit is contained in:
parent
0d6a15f06c
commit
ce4e43f78a
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ class Uploader
|
||||||
array(
|
array(
|
||||||
'pdf' => 'application/pdf',
|
'pdf' => 'application/pdf',
|
||||||
'zip' => 'application/zip',
|
'zip' => 'application/zip',
|
||||||
'rar' => 'application/rar'
|
'rar' => 'application/rar',
|
||||||
|
'txt' => 'text/plain'
|
||||||
),
|
),
|
||||||
true
|
true
|
||||||
)) {
|
)) {
|
||||||
|
|
Loading…
Reference in a new issue