I have an issue with my current web project.
For what I am currently trying to do, I need to check if my request contains an input called image.
So i just apply the normal method :
if($request->has('image'))
{
...
}
But for some reasons, this is not working :
Can someone explain me why ?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire