Did you validate that the request did receive the data?
if ($request->hasFile('document') && $request->file('document')->isValid()) {
// the file is received.
}
If I read your log I got the feeling that your app didn't receive the file but only the meta data.
Maybe can the documentation help you: https://laravel.com/docs/9.x/requests#files
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community