Rename asset file names on upload
Hi All,
Is there a way to overlay/interject the CreateAssetServlet and make sure the filename contains valid (allowed characters)? Or even the js calling the servlet to pass a desired filename?
I see here that there are valid characters that are allowed in classic ui. However when I upload using a space or other characters, the filename still has those (AEM 6.5.10 On premise)
I see http://experience-aem.blogspot.com/2020/08/aem-6550-modify-filename-on-upload-before-executing-dam-update-asset-workflow.html where a Filter is used but still looking to see if a simple interjection can be used instead of using a filter that seems to be doing much.
Another option I have is use a custom workflow (not impacting dam update wf) and add a process step to rename the file name that is suitable.
