Laravel-filemanager: You can't upload files of this type.

Created on 14 Nov 2017  路  4Comments  路  Source: UniSharp/laravel-filemanager

Hi~ I can't upload files except pdf. (docx,xlsx....)
Who can help me?
I use laravel-filemanager version 1.8 , TinyMCE
2017-11-14 19-24-01
2017-11-14 19-26-11

Most helpful comment

config/lfm.php

'valid_file_mimetypes' => [
'image/jpeg',
'image/pjpeg',
'image/png',
'image/gif',
'image/svg+xml',
'application/pdf',
'application/docx',
'text/plain',
'image/vnd.microsoft.icon',
'image/x-icon',
'application/vnd.ms-excel','application/vnd.openxmlformats-officedocument.wordprocessingml.document','application/docx'

],

All 4 comments

I also meet that problem @DaxtonChen how to u solve? kindly reply me.

config/lfm.php

'valid_file_mimetypes' => [
'image/jpeg',
'image/pjpeg',
'image/png',
'image/gif',
'image/svg+xml',
'application/pdf',
'application/docx',
'text/plain',
'image/vnd.microsoft.icon',
'image/x-icon',
'application/vnd.ms-excel','application/vnd.openxmlformats-officedocument.wordprocessingml.document','application/docx'

],

not helped. BUT I Removed from: public\vendor\laravel-filemanager\js\dropzone.min.js
This:
dictInvalidFileType:"You can't upload files of this type.",

And now I am able to upload other type of files.

not helped. BUT I Removed from: public\vendor\laravel-filemanager\js\dropzone.min.js
This:
dictInvalidFileType:"You can't upload files of this type.",

And now I am able to upload other type of files.

Your tip helped to me... TY @Cyber-gedamin

Was this page helpful?
0 / 5 - 0 ratings

Related issues

t67132 picture t67132  路  3Comments

kfulk14 picture kfulk14  路  3Comments

ikkosatrio picture ikkosatrio  路  4Comments

maorkavod picture maorkavod  路  5Comments

lukaszevo picture lukaszevo  路  4Comments