Hey guys
I need to allow a user to upload a photo to a SOAP webservice. I need to allow a user to take a photo in the app or select from their existing albums.
From previous posts I know how to open the camera and take a photo, but I am not sure how to let a user select one from their existing pictures on there fone? Any ideas on where to start with something like this?
Also, I am going to need to resize the image before I send it as not to cost the user to much money when sending a 1-2mb image. But also do not want to save the resized image on their fones or overwrite the original.
And where can I start with connecting to the webservice? I already have the webservice up and running which accepts either a byte array or base64 encoded string.
I know I am asking a lot. But would appreciate any advice that I can get. As I have found a few ways to do web service connections, etc, but you guys usually give much better advice than can be found on google or bing.
Thanks for any feedback.

Reply With Quote

