Add Image into nested components

Any update?, i am having the same problem, in my case, there is no errors but the images do not upload, i have a component called licensePhotos inside my model,
my code: const formData = new FormData(); formData.append("files.licensePhotos.drivingLicenseFrontPhoto", payload.files.drivingLicenseFrontPhoto );