Neil A Singh
Posts: 0
Joined: Fri Nov 09, 2012 8:35 pm

Saving Image

Hello, I am able to access the camera and take a pic but I am unable to save it . Can you help me figure how to do that?

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

Saving Image

Hello! You can check where the pictures saved. Try to set Camera type to URL, for the Camera on Success event Run Custom JS

alert(arguments[0].imageURI);

After invoking Camera on device you should get an alert with the image location. You can save that image into the local storage and then access that image.

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Saving Image

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

Saving Image

Hello,

I am in this problem now, I able to take picture and show it to an image box, but don't know how to save it to database.
I have set the Camera type to URL . and put the alert in on Success event..
it shown "Undefined"

could you please advise?

Thanks

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Saving Image

This should help. You need to add upload service http://devcenter.appery.io/tutorials/...

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

Saving Image

I have followed ..
I put alert ..in error event..
error thrown .. Unauthorized ..

What does it mean?
is it limitation of Starter package?

please help

thank you

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Saving Image

No, this is because you must likely didn't map as told in the picture http://devcenter.appery.io/wp-content...

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

Saving Image

it mapped ..
and I show you my config for your review ..
what that make me confuse is there is fail when test to upload..

Image Image

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

Saving Image

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

Saving Image

Return to “Issues”