Hi guys,
I want to add an image along with other data using dot net core web api as backend and Angular 7 as front end. Image has to go in a folder and it's path has to be stored in Sql server database. Please help me out.
Hi Abhilko ,
For uploading Files With .NET Core Web API and Angular , you could refer to the below tutorial:
https://code-maze.com/upload-files-dot-net-core-angular/
To learn in great detail about Angular project development, you could read the Angular Tutorial.
Best Regards,
Sherry
Check this tutorial which contains the uploading of images through API with source codes.