Xamrin android form upload images to sql server

umesh maurya 1 Reputation point
2022-02-06T11:37:46.967+00:00

any idea is to implement that.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
{count} votes

1 answer

Sort by: Most helpful
  1. pugthegreat 11 Reputation points
    2022-02-08T23:46:18.517+00:00

    Well it is not a good ideia to upload images directly from the application to the SQL database. You could have a middleware service that takes in the images byte array for example and inserts it into the database instead.

    0 comments No comments