UniSharp/laravel-filemanager

Can't upload a .gltf file?

aiveni opened this issue · 1 comments

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?