Base solution for your next web application
Open Closed

Xamarin Upload #10331


User avatar
0
Jorahealth created
  • What is your product version? 9.2.0
  • What is your product type (Angular or MVC)?** Angular**
  • What is product framework type (.net framework or .net core)? .NET CORE

We just want to upload pdf and images to azure db from our Xamarin forms mobile application. In azure db we are saving this as byte array. While uploading documents from angular web, we are converting these documents to encoded string format with the help of "readAsBinaryString" option from js file reader. Could you please suggest a way to convert these documents to corresponding string format from mobile?

Many Thanks S Chacko


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Jorahealth

    We haven't experience such a usage before but it should be working like any other Xamarin app. Are you able to do it in another Xamarin app and not in AspNet Zero ?

  • User Avatar
    0
    Jorahealth created

    Resolved, Thanks