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
Course
8 lessons
Claude Code for Laravel Projects: Crash Course
Course
11 lessons
NativePHP: Build Mobile App with Laravel
Course
7 lessons
Laravel HTTP Client and 3rd-Party APIs
Comments & Discussion
No comments yet…