A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
This is probably the solution for your question How to: set access right to folders - Quan Mai's blog
Hello,
We are currently working with Episerver CMS 12 and have a challenge related to file upload permissions. In our setup, we have two custom groups mapped: "Author" and "Approver." Authors have all permissions except Administer rights.
We’ve set up Episerver forms, including a file upload element. After users submit the form, an email is sent to a defined group with the details of the submission, including a link to the uploaded file. However, when the designated users click on the file link in the email, they receive a "resource not found" error.
In CMS 11, we were able to resolve this by explicitly adding permissions to a folder named "Uploaded Files," as suggested in this article:
Episerver Forms: Public Access to Uploaded Files
However, with CMS 12, the EditSecurity.aspx approach is no longer supported.
Does anyone have a solution or alternative way to handle file access permissions for uploaded files in CMS 12?
Regards.