[Yiiboilerplate & Yiibooster] Uploading And Accessing Images To Common Directory

I need simple help on how to upload images (specify upload path in setting) to common/uploads directory of YiiBoilerPlate so that I may upload images with redactorJs widget in Yiibooster.

What I try to accomplish:

Upload file with Backend but be able to display it in both BE and FE!

TIA

Stefano

Answered my own thread :)

Just make symlink to the front end from backend.

If you don’t have ssh access (as I do) use PHP symlink function.

Credits to Bogdan Savluk as he was helping me with other problem!

Hey man how that goes?

can you share your example.