Currently I've launched a WebView in my Android Application to display my MVC 4 Web Application.
In this web app I have a button that triggers an Android function which at the moment, initializes a scanner and stores the scanned image onto the phone. Is there simple approach to upload this image to the web application server since the Android device will be accessing it through the WebView?
And I was wondering if there were any more recent tutorials on uploading images from Android to ASP.NET MVC 4, the only ones I have found so far are done using php or are quite outdated which I kind of wanted to avoid unless definitely needed.
Thanks in advance.