I am using Backload (https://github.com/blackcity/Backload) on the back end to store files, it has a few cool features but i was wondering if it is possible to have multiple filesRoot:
- Inside the application scope for content files, public.
- Outside the application scope for personal files, private.
OR
If there is a way to change the root directory on the fly using one of the Backloads server side events?
I ended up using a server side event: If there is a better way please let me know.