How to upload a image with form data in ionic angular 11

Can anyone share a link which tells me how to upload a image with form data in ionic/angular

It is important to know what your backend is expecting. Does it want JSON? Does it want multipart/form-data? Does it want application/x-www-form-urlencoded (let’s hope not, because that format is ill-suited for binary data).

Someone Helped with it