Hello, me again.
I'm wondering if I use a dynamic field that
uses a 'file' upload separator, and I uploaded a photo.
Can I reference that photo in the templates with image tag,
similar to the picture in the member card?
 
I'd like to insert a couple of images to
the member card as an additional identity aside
from photo.
 
I found that files uploaded in dynamic field
goes to 'galette/data/files' as 'member_num_field_value'
with no file extension, and the photo goes to 'galette/data/photos' and
also as a blob to database (using phppmyadmin).
 
Now, I realized that this is not a regular use case.
 
If I have to hack my way to achieving my goal,
How should I go about doing it?
I looked at how the photo is uploaded thru these files:
Adherent.php
main_routes.php
ImagesController.php
 
many thanks.