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

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

Nihira Techiees

2 года назад

32,238 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@VijayKumar-fq4ie
@VijayKumar-fq4ie - 11.08.2022 12:53

Thank you bro. very very thank you for this video

Ответить
@jobins8752
@jobins8752 - 11.08.2022 13:41

Tnz bro

Ответить
@Alexxis2233
@Alexxis2233 - 10.12.2022 06:48

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!

Ответить
@FakeIdFakeId-yj2pq
@FakeIdFakeId-yj2pq - 07.02.2023 22:19

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

Ответить
@hexeking1337
@hexeking1337 - 05.09.2023 15:21

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

Ответить
@mdshefathasnain8649
@mdshefathasnain8649 - 17.01.2024 09:26

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

Ответить