Hi,
I try to upload image to parse backend.
The image is come from camera, so its returned as base64 string or file URI.
I try to look for base64 to binary decoder for javascript without success.
I'm wondering if there other way to do that.
Thanks!