Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Custom File Name Length Validation in AEM Assets

Avatar

Level 2

Hi

I need to add custom validation for a number of characters in name of the file in the AEM 6.5 asset upload,
so a file with a name of more than a certain no of characters cannot be uploaded.


Any help would be greatly appreciated,

Thanks

3 Replies

Avatar

Level 2

Yes, I have already come across this post, but I want to add a custom alert message as well along with the condition.

Avatar

Community Advisor

Hi @shubham_naik ,

  • 'DAM Update Asset' workflow, there you can configure which file types should be allowed. Similarly, you can write custom workflowprocess service to check the name of the asset and restrict the uploads accordingly.
  • You could create a custom sling servlet, that will upload assets for you. There you can insert your logic to restrict anything.

Hope that helps!

Regards,

Santosh