Custom upload file path?

Hello all,
I’m using 7.1.2 with a laravel+bootstrap project.
I need to manage data for an existing DB (mysql+php) on a existing website.
The website images and files (pdf) have been uploaded in a specific folder on the website root.
The phprad project is on a subdir of the same root.
How can I display the website images and file in the phprad project?
Is there a place where I can change the file path for a single file field in phprad?
I need only to display these files in a “list” or “view” page. But I can’t see any setting for changing the file path.
Any suggestion will be really appreciated.
Tony

You will have to use a custom view on the field you want to display the image, with an HTML image tag since the image exit in an upper-level directory.