Open RamaYaseen opened 1 year ago
@albertcht @FreedomKnight @storyn26383 @streamtw @youchenlee
Check #1218 @RamaYaseen
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', ],