-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with jpg files on Laravel 8 #210
Comments
Hello. I ǘe the same issue. Where did you put |
I am also facing the same problem. |
same issue there. This is because of : https://laravel.com/docs/8.x/validation#rule-image |
This has been fixed on the latest tag of Laravel released an hour ago (laravel/framework#35419).. Composer update should fix this. |
YES!!! Gracias! |
Hi,
We have an issue with Images field. We can easily upload png, svg, etc. But when we try to upload .jpeg - it says a proper file is required.
All routes lead to default 'image' type validation for Images. Then it goes to default laravel validateMimes function.
When I add jpg there, it starts to work:
I'm not sure if it's Laravel topic as their default image field does not produce any errors.
The text was updated successfully, but these errors were encountered: