Hello everybody,
I am quite new to mobile development and I have a problem which I just can't solve. In my current project, I have to take an picture and upload this picture to the ASP.NET server. Taking the picture is not a big problem, because there is a tutorial on the Xamarin site (http://developer.xamarin.com/recipes/android/other_ux/camera_intent/take_a_picture_and_save_using_camera_app/), but my question is: how can I upload this image to a folder on the ASP.NET website. My plan was to create a controller with a method that saves the image, which is not very difficult. But I have no idea how to get the image from my Android device, to the web method and how to recieve the image on the server. Does anyone have something like code samples of the Xamarin android code and the correct way to recieve the data on de ASP.NET server??