vendredi 24 août 2018

Can't access uploaded images in Laravel

So I upload the image to the server I can see that it is stored but when I try to access it from a view the browser says blocked:other.I have created a sym link and when I try to access the image from the browser with the direct url that the view is trying to access I can see the image.

This is how I upload the image

$path = $request->file('file')->storeAs('public/adImages', $fileNameToStore);

And this is how I am trying to access it

<img src="" alt="Photo">



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire