if ($request->hasFile('photo')) {
//
}
Speaking here from my own experience - once it took me a while to figure out why $request->has() doesn't return TRUE, although I could swear I'm uploading the right file.
Hopefully a useful short tip!
Tutorial last revisioned on August 18, 2022 with Laravel 9
Enjoyed This Tutorial?
Get access to all premium tutorials, video and text courses, and exclusive Laravel resources. Join our community of 10,000+ developers.
Recent Courses
Building a Typical Laravel SaaS
13 lessons
1 h 58 min
Laravel Modules and DDD
16 lessons
1 h 59 min
Filament 4 From Scratch
28 lessons
2 h 25 min
Comments & Discussion
No comments yet…