i tired this one Send FormData with other field in Angular not work out for me.
i need to access the image from file system then send it.
let fullPath = path.join(folder.path, "1.png");
const imageFromLocalFile: ImageSource = <ImageSource> fromFile(fullPath);
const base64String = imageFromLocalFile.toBase64String("png");