I want to upload an image to API where there are object names. Like this:
[
{
"Name": "0417BlogTop.png",
"Description": null,
"FileName": ""
}
]
Do you have any examples on how to push the image name to the object "Name"? I have been trying to use FormData and adding formData.append(''). Nothing works. It sends nothing.