Hello everybody,
I’m newer to backendless coming from Parse.com after their shutdown announcement.
I need to register a user. Well no problem, everything fine BUT I need to upload also it’s profile picture.
Tried to use the setProperty like: user.setProperty(“profilePicture”, bitmap);
But this isn’t working. I can successfully register the user without it but with this line of code I’m unable to register it.
Can anybody please provide a snippet of code for this?
I’m getting the picture from Gallery or Camera and than transforming it in a bitmap.
Thanks
Hi Asama,
When you say you cannot register use, what error do you get?
Also, what is the data type of the “bitmap” argument in the setProperty call?
Mark
Never mind Mark. I solved the issue myself