.NET Core6.0 Web API Image upload Retrieve & Remove | File handling in .NET Core Web API

preview_player
Показать описание
#dotnetcore #filehandling #imageupload

Topics Covered
==============
1, How to upload image in .NET Core Web API
2, How to retrieve image in .NET Core Web API
3, How to remove image in .NET Core Web API

Link for angular image upload
=========================

Source Code GitHub Link
=======================
Рекомендации по теме
Комментарии
Автор

Thank you bro. very very thank you for this video

VijayKumar-fqie
Автор

its only working locally but when i deploy it on a server like windows server with IIS, the file gets stored in the root of the disk like "C:/uploads..." but not the in root of iis what is "C:/inetpub" and if i add "inetpub" to the code it returns 500 internal server error. So what do i have to do here bcs obviously the file is not able to reach there ? @Nihira Techiees

hexeking
Автор

Have a question, how should i do to use many images for a single product? By the way, this video is awesome! thanks a lot!

Alexxis
Автор

await source.CopyToAsync(stream);
what is source here ?? 🤔

FakeIdFakeId-yjpq
Автор

using ms sql server db need, image will save my local server

mdshefathasnain