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
[NEW] Building a Typical Laravel SaaS
11 lessons
1 h 36 min
NativePHP: Build Mobile App with Laravel
11 lessons
2 h 2 min read
Laravel HTTP Client and 3rd-Party APIs
7 lessons
50 min
Comments & Discussion
No comments yet…