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

I can't upload video #1195

Open
RamaYaseen opened this issue May 13, 2023 · 2 comments
Open

I can't upload video #1195

RamaYaseen opened this issue May 13, 2023 · 2 comments

Comments

@RamaYaseen
Copy link

Hello,
I want to upload video but I can't do that.
The error is: "unexpected MimeType: video/mp4".
my lfm.php:
'file' => [
'folder_name' => 'files',
'startup_view' => 'list',
'max_size' => 500000, // size in KB
'thumb' => true,
'thumb_width' => 80,
'thumb_height' => 80,
'valid_mime' => [
'image/jpeg',
'image/pjpeg',
'image/png',
'image/gif',
'application/pdf',
'text/plain',
'video/mp4',
'video/mpeg'
],
]

'file_type_array' => [
'pdf' => 'Adobe Acrobat',
'doc' => 'Microsoft Word',
'docx' => 'Microsoft Word',
'xls' => 'Microsoft Excel',
'xlsx' => 'Microsoft Excel',
'zip' => 'Archive',
'gif' => 'GIF Image',
'jpg' => 'JPEG Image',
'jpeg' => 'JPEG Image',
'png' => 'PNG Image',
'ppt' => 'Microsoft PowerPoint',
'pptx' => 'Microsoft PowerPoint',
'mp4' => 'MP4 Video',
],

'php_ini_overrides' => [
'memory_limit' => '1024M',
],

Screenshot 2023-05-13 at 10 40 21 AM
@RamaYaseen
Copy link
Author

@Samvdg
Copy link

Samvdg commented Feb 28, 2024

Check #1218 @RamaYaseen

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