Hello
I am using MVC Core Identity, I have several roles such as Admin and users, I need to set permission for each of the user's folders to upload their files, The User's folder located in the wwwroot of the application.
These folders must be accessible by the folder owner(the user) or Admin only.
What I am using now is to Encrypt and Decrypt the Files during upload.
Any Idea?