Why postman form-data methode return empty request when uploading file to laravel ?
Hello, I trying to send an image to laravel server using postman form-data but the image does not exist in the request and the request is totally empty
this is my controller :

i'm totally blocked here !!

dd($request->all());