I am working on a component that requires an image to be uploaded using file upload widget inside a coral multi-field. File Upload is working pretty good but it's not saving the fileNameParameter field. The file name is necessary in my case. Anyone can help me where I'm wrong
Following is the dialog configuration:
<icon
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/authoring/dialog/fileupload"
autoStart="{Boolean}false"
allowUpload="{Boolean}false"
class="cq-droptarget"
fileNameParameter="./iconName"
fileReferenceParameter="./iconReference"
mimeTypes="[image/png,image/svg+xml]"
multiple="{Boolean}false"
name="./icon"
title="Choose Sign In Icon Asset"
useHTML5="{Boolean}true"/>