Frontend to Backend send image

Hi,

can you please tell me how to send image frontend to backend and backend to database…

and how to get image in database to UI please tell me…

please share code simple method…

I am totaly confused please tell me anyone!!!

No idea myself. I’m a .NET dev.
I mean there are common grounds (HTML mostly and a few concepts) but better give you an article to read.

I would suggest Cloudinary. This is a cloud provider for storing images and other files…
With this you need to change schema of your image field to string type and in the fronted you can use the cloudinary apis to get the url of your posted image.

can you provide any video link