I am using helhum File Upload Demo to upload the images. But currently i got below error.
Exception while property mapping at property path "images.0":Property "name" was not found in target object of type "XXXX\XXXXX\Domain\Model\FileReference
Please help here.. How can i move forward.
Thanks in advace.
In the initializeUpdateAction (or initializeCreateAction) you have to use the name of the parameter in the updateAction (or createAction) as argument.
If your updateAction looks like this:
You have to call the helhum function with the argument:
As a small hint for later problems: In the
setTypeConverterConfigurationForImageUpload
function you should register your own file attributes if they are not namedimage
and/orimageCollection.0
like in the example.