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.06k stars 722 forks source link

does not upload .rar file #729

Open KaptanJack61 opened 5 years ago

KaptanJack61 commented 5 years ago

Hi. I can't "rar" file uploading. Can you help me?

Screen shot https://i.hizliresim.com/ZXWYbo.jpg

'valid_file_mimetypes' => [ 'image/jpeg', 'image/pjpeg', 'image/png', 'image/gif', 'image/svg+xml', 'application/pdf', 'text/plain', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/vnd.ms-excel', 'application/x-7z-compressed', 'text/plain', 'application/zip', 'application/x-rar-compressed', 'application/x-rar', 'application/vnd.ms-powerpoint', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/octet-stream', ],

streamtw commented 5 years ago

Hi @KaptanJack61 , the correct mime type of rar file might be in this answer.

KaptanJack61 commented 5 years ago

Thank you @g0110280 but problem not solved.

I use Win Server 2012 R2 IIS server.

Screenshot File Info