freeride8's avatar

Image not found neither in public nor in storage directory

Well, the logic of the app is: a user uploads a file (image). The file goes in storage/uploads. But the image should be visible in the user's profile. So I tried: < img class="getImage" src="http://localhost/bluedrive/drive/storage/uploads/1/DSC_8816.jpg">; But it looks like there is not such file. I've also put the same file in public/uploads and addressed it < img class="getImage" src="http://localhost/bluedrive/drive/public/uploads/1/DSC_8816.jpg">; Again with no result. Why is this happening? Is this some kind of a security measure?

0 likes
10 replies
d3xt3r's avatar

Are you using some image transformation library? It doesn't seem to be permission issue, seems like the image you are fetching in corrupt.

freeride8's avatar

No, i'm not using no transformation library. Well how can I view the image in the windows 8 viewer?!

thomaskim's avatar

If you can, post an image of your directory structure / image that you are trying to load.

Please or to participate in this conversation.