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.
To learn in great detail about Angular project development, you could read the Angular Tutorial.
Best Regards,
Sherry
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Check this tutorial which contains the uploading of images through API with source codes.
Helping you always. Don't forget to click "Mark as Answer" on the post that helped you.
♠ ASP.NET Core Tutorials → Start from the Beginning and become an Expert in 30 days time ♠
None
0 Points
1 Post
How to upload image through dot net core web api along with other data?
Mar 30, 2020 09:50 AM|Abhilko|LINK
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.
Contributor
2070 Points
606 Posts
Re: How to upload image through dot net core web api along with other data?
Mar 31, 2020 06:56 AM|Sherry Chen|LINK
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
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Participant
1253 Points
935 Posts
Re: How to upload image through dot net core web api along with other data?
Apr 02, 2020 05:28 AM|yogyogi|LINK
Check this tutorial which contains the uploading of images through API with source codes.
♠ ASP.NET Core Tutorials → Start from the Beginning and become an Expert in 30 days time ♠