i want to save and display employee details with photo from sql server in view using jquery in asp.net core web api
Loading
i want to save and display employee details with photo from sql server in view using jquery in asp.net core web api
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal YelvePosted Feb 12, 2024, 11:35 AM
Hi Mohd,
you can refer to my API article in which I have used the SaveFile() method which saves photos in the database.
https://www.c-sharpcorner.com/article/net-core-3-1-web-api-crud/
And, I have used Angular and React js for Front end.
https://www.c-sharpcorner.com/article/reactjs-crud-using-net-core-web-api/
https://www.c-sharpcorner.com/article/angular-crud-using-net-core-web-api/
Mansur MsPosted Feb 12, 2024, 11:45 AM
thanks :)