How to upload image in ionic with web api c#

Hello ionic friends will have pdfs or videos to do the enunciado

First of all Use image picker or Camera plugin to select picture then use file transfer plugin to upload selected picture in your server & it will give you in return image name. After this create post code in use that image name and user id to store your image on server.

You can refer this repository of mine for single image or multiple image or multiple image and other type of files in a single http request.