mercredi 30 décembre 2015

Strange behaviour with image input in laravel 5.1

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 : laravel

Can someone explain me why ?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire