Hi Xamarin forum
I have a question how can I access my uploaded video in my database to my xamarin app Here is the current scenario
1 I have a backend program the is an asp.net with c# codebehind.
2. I have successfully uploaded my video and inserted it to my sql database
3. I have only inserted the video name and file path to database and the video is found in the uploaded vid directory
4. I m figuring how can I call that uploaded vid into my vidplayer in my xamarin app
Im stuck at num 4 can someone help me how to figure it out
I have tried so far the uploading video in asp.net c# but I still fail