How To Show Images From Upload Folder

Hi all,

I’m using an extension to display RedactorJS as my text editor. Everything seems to be working fine, even file upload, but I have a problem.

My images are being uploaded to this path:

/uploads/publicaciones/45/51ef69b10ddc982d9595107aa338697d.png

Uploads folder is at the same level than Protected, Themes,…

I’m unable to show this image like that:

<img style="" src="/uploads/publicaciones/45/51ef69b10ddc982d9595107aa338697d.png">

Also, if I try to open the image in my browser, using the complete path, I get an 404 error.

It seems Yii is trying to find an action called Uploads or something.

How can I make it?

Thanks!

Solved!

I just had to change Upload folder permissions from 754 to 755