Reputation: 816
I'm working in laravel and i'm getting error while uploading image file. Following is the error message:
Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo extension?)
Any suggestion to solve it?
Upvotes: 0
Views: 1560
Reputation: 826
I found same problem here.
This link might help.
Laravel 4 - no guessers available issue
It says uncomment "extension=php_fileinfo.dll" from php.ini and restart server it will solve your problem.
Hope it helps.
Upvotes: 1