How do i set up my camera service to send the pictures to my server?
Im trying to figure out how to send the pics the user just took with the phone to send them to my server? I also mapped to local storage the asset value of the image that i also mapped to display on the screen.
I thought maybe I create a REST service to map to the local storage variable i saved the pic in and send it as a request parameter, but when Im setting up the REST service I'm looking for a multi-part/form - content type. The only options there are:
1) json
2) xml OR
3) x-www-forum-urlencoded
which one of those options would it be?
OR, do I do i create another camera service, and if so, I cant edit any request parameters so how would add map the image asset?