


I've tried by going to /apps/dam/gui/coral/components/commons/fileupload/clientlibs/fileupload/js/fileupload.js but the issue is it gets applied to all assets in general. But I want to add separate rules for PDF, and separate one for images.
Tried in the following manner:
Views
Replies
Sign in to like this content
Total Likes
Hi,
Welcome to AEM Community !!
Did you try creating a MIME type for apply that restrictions on file upload?
Just like this one : https://experienceleague.adobe.com/docs/experience-manager-65/assets/administer/configuring-asset-up...
Thanks,
Vikram Gaur
Hi Vikram,
Thanks for the heads-up. But in the link, what I could find is how to restrict type of files to upload in assets(.img , video etc.). My question was to limit the size of pdfs and images, and use custom rules for naming where it won't allow special chars, caps, and spacing. Also there will be separate set of rules for pdf and image.
I tried by navigating to /apps/dam/gui/coral/components/commons/fileupload/clientlibs/fileupload/js/fileupload.js and modified the code (shown in the image), but that gets to applied all assets in general.