Hello
I have a problem, I don't know how to call in HTL an image that I uploaded through fileupload in a component, this is the structure of my fileupload in my cq:dialog
<fileupload
jcr:primaryType="nt:unstructured" sling:resourceType="cq/gui/components/authoring/dialog/fileupload"
class="cq-droptarget"
fieldLabel="Imagen lateral del vehículo"
fileNameParameter="./fileNameSide"
fileReferenceParameter="./fileReferenceSide"
mimeTypes="[image/gif,image/jpeg,image/png,image/tiff,image/svg+xml]"
name="./sideImage"/>
Thank you very much