Want to send file object in array item along with other field. I am trying to achieve structure given in image,
please let me know if any suggestion.
upload multiple file structure image
the component is like this https://stackblitz.com/edit/angular-ivy-3hwcmv?file=src/app/app.component.ts
I selectAttachment() function, I am trying to put the file object in array element along with price.
I want to send the entire attachmentArray to back-end along with fileobject for each row whose file is selected.


