I have 2 web applications:
- Administration
- Client
I use Administration to upload photos into folder on server. And I want to load photos in Client. Img tag can read only from root directory and its subfolders, but I have files in /var/www/uploads.
Is some result for my issue?
I use Symfony2 and Twig.
EDIT: Solve is here: symfony2 store uploaded file non rootweb