Image upload and hosting
How do you host images securely?
The images would only be uploaded by admins and displayed to users.
The upload should take place via the ASP.NET Core App, but where to? How do you do that?
The app is small and would have a few hundred users.
So far I have only published internally on the intranet.
This time the project should be accessible from the Internet
and I don't know how to make the image upload possible and secure.
The images would only be uploaded by admins and displayed to users.
The upload should take place via the ASP.NET Core App, but where to? How do you do that?
The app is small and would have a few hundred users.
So far I have only published internally on the intranet.
This time the project should be accessible from the Internet