UniSharp / laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.04k stars 719 forks source link

I can't upload video #1195

Open RamaYaseen opened 1 year ago

RamaYaseen commented 1 year ago

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 commented 1 year ago

@albertcht @FreedomKnight @storyn26383 @streamtw @youchenlee

Samvdg commented 4 months ago

Check #1218 @RamaYaseen