'Dynamic File Upload in React and Node

I am beginner to react.I want to image and text filed dynamical and store to mongodb with node js.Please find the below attachment for referenceenter image description here

i need data to be stored in the below json format

{
userName:"username",
place:"place",
documents:[
{IdType:"Adhar",IdNo:"2345678",doc:"aadhar.jpg"},
{IdType:"Pan",IdNo:"876543",doc:"pan.pdf"},
{IdType:"License",IdNo:"tg2345678",doc:"Id.png"}
]
}

please help as me to sort out this issues
Thanks in advance


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source