@VariousArtist wrote:
I am trying to upload a photo taken from the camera, but running into issues with tying the resulting photo with the file transfer.
I have installed the following plugins:
cordova-plugin-camera, cordova-plugin-file, cordova-plugin-file-transferI am able to take a picture and display it in ionic page. What I don't understand is how to tie that photo with the file-transfer. A real end-to-end example of a live photo taken and uploaded.
So far I have come across examples of taking the photo -- or -- uploading a previously existing file. But not both in one go.
On a related note that I have this working using the browser camera functions and can successfully upload the file object into my web service (written in C#). It works in iOS but recently the Android device no longer offers a live photo to be taken for some reason (would love to know why).
Are there any end-to-end examples of taking a photo, uploading it -- and into a C# written web-service?
Posts: 3
Participants: 3