Closed lafriakh closed 5 years ago
And what the file mime type? To find out:
Windows (I believe this info is under the file properties)
Linux and MacOS: file <filename> -i
If this is an actual issue then this is most likely an issue with Symfony's ExtensionGuesser
and not with Laravel: https://github.com/laravel/framework/issues/26511
Try to add 'enctype' => "multipart/form-data"
in form
Description:
Validation not passed when i upload 3gp videos. My form request file:
Steps To Reproduce:
When i try to get the file mime type via
$request->getMimeType()
it's returnapplication/octet-stream
.