I gave this a try but unfortunately Send FormData with other field in Angular didn't work for me.
I'm looking to retrieve an image from the file system and then send it.
let fullPath = path.join(folder.path, "1.png");
const imageFromLocalFile: ImageSource = <ImageSource> fromFile(fullPath);
const base64String = imageFromLocalFile.toBase64String("png");