Answer the question
In order to leave comments, you need to log in
How to validate an uploaded image in Laravel 5?
I'm trying to validate the uploaded image in laravel 5.
I'm doing this:
$validator = Validator::make
(
['image' => $_FILES['photos']['tmp_name']],
['image' => 'mimes:jpeg,jpg,bmp,png'],
['mimes' => 'Некоторые файлы не загружены, потому что они не являются изображениями']
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question