Image uploading in sqlite database through web api – Asp.net
I'm creating a Web App in c# and I need to upload an image from an html form into my database. I tried to do it this way but the binaryformatter can't be used in api controllers because of security…