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

Can't upload a .gltf file? #1225

Open aiveni opened 3 months ago

aiveni commented 3 months ago

I've tried to switch to false "should_validate_mime" and insert these:
'model/gltf-binary', 'model/gltf+json', 'model/gltf', 'model/gltf.binary', 'model/glb',

in valid_mime but it does not working. Any advice?