We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
@albertcht @FreedomKnight @storyn26383 @streamtw @youchenlee
Sorry, something went wrong.
Check #1218 @RamaYaseen
No branches or pull requests
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',
],
The text was updated successfully, but these errors were encountered: