Ricky
Posts: 0
Joined: Mon Oct 15, 2012 4:08 am

Uploading image from camera to parse backend

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!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Uploading image from camera to parse backend

Have you tried uploading it as base64 directly?

Ricky
Posts: 0
Joined: Mon Oct 15, 2012 4:08 am

Uploading image from camera to parse backend

I tried uploading as base64 but it doesn't seem to work.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Uploading image from camera to parse backend

Hello! Parse.com supports base64 format. This should help https://www.parse.com/docs/rest#objec...

Return to “Issues”