Converting an image to base64 in angular 2, image is uploaded from local . Current am using fileLoadedEvent.target.result. The problem is, when I send this base64 string thr
Please consider using this package: image-to-base64
Generate a image to base64, you can make this using a path or url.
Or this accepted answer