Hi All,
is there any way to restrict uploading PDF assets into a particular DAM Folder in AEM.
Thanks in Advance.
Regards,
Anudeep
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Anudeep_Kumar,
This is not possible OOTB. What it supported, is to restrict specific MIME types for entire DAM. Please check below documentation, for all the details how you can configure it:
If you want to restrict possibility to upload specific file type e.g. PDF only to particular folder, you will have to do some customization. I see 2 options:
Hi @Anudeep_Kumar,
This is not possible OOTB. What it supported, is to restrict specific MIME types for entire DAM. Please check below documentation, for all the details how you can configure it:
If you want to restrict possibility to upload specific file type e.g. PDF only to particular folder, you will have to do some customization. I see 2 options:
Hi @lukasz-m
I have a similar requirement, like I want only contentfragments and jsons to be allowed under /content/dam/project-folder/subproject-folder.
I would like to go with the first approach that is
Could you please give me more idea on this.
Views
Replies
Total Likes
Hello @Anudeep_Kumar, As @lukasz-m mentioned, there isn't an OOTB solution for restricting PDF uploads to a specific folder. Nevertheless, you can utilize AEM workflow to achieve this restriction.
To implement this, you'll need to develop a custom workflow process responsible for validating asset mime types. You can refer to the Sample Workflow Process for guidance.
After creating the custom workflow process, the next step involves creating a workflow model that incorporates the newly generated process as one of its steps.
Finally, to complete the process, you'll establish workflow launcher. In the launcher, configure both the asset path and the designated workflow model for seamless operation.
Hi @Anudeep_Kumar
May I know you got your solution. If yes, may I know your approach.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies