Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't upload power point pptx file #1175

Open
RamaYaseen opened this issue Nov 11, 2022 · 2 comments
Open

Can't upload power point pptx file #1175

RamaYaseen opened this issue Nov 11, 2022 · 2 comments

Comments

@RamaYaseen
Copy link

The allowed mimes in config/lfm.php:
'folder_categories' => [
'file' => [
'valid_mime' => [
'image/jpeg',
'image/pjpeg',
'image/png',
'image/gif',
'image/svg+xml',
'application/pdf',
'text/plain',
'application/vnd.ms-excel',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'application/docx',
'application/doc',
'application/pptx',
'application/ppt',
'application/xlsx',
'application/xls',
'application/msword',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
],

All mimes wok fine expect pptx .

@ysfckr
Copy link

ysfckr commented Nov 16, 2022

Try this please :
'application/vnd.openxmlformats-officedocument.presentationml.presentation'

@RamaYaseen
Copy link
Author

@ysfckr
It doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants