Skip to content

Using sub-folders for local files location #587

Answered by khboo
khboo asked this question in Q&A
Discussion options

You must be logged in to vote

I think I found a solution after reading through the doc:
"It's also possible to include a partial path in the identifier using URL-encoded slashes (%2F) as path separators. subdirectory%2Fimage.jpg in the URL would then resolve to /usr/local/images/subdirectory/image.jpg."

I was looking for a way of doing mappings for finding a file. It seems I may be able to do this using 'delegation' even though I have not looked into it yet.
e.g.,
a.jpg -> sub1/a.jpg
b.jpg -> sub2/b.jpg

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by khboo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant