Hi,
I am looking for a way to block the upload of .exe file from being upload on AEM author accessed via dispatcher URL.
I know there is an OSGI configs that can be used to allow upload for specific MINE-TYPE but i don't want to go through this route.
Let me know if we can block it via dispatcher configuration.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
It is not possible to block asset upload from dispatcher by asset type
The asset is uploaded by a form file upload action http://localhost:4502/content/dam/aem64app.createasset.html
you have to put a check at client side.
Hi,
It is not possible to block asset upload from dispatcher by asset type
The asset is uploaded by a form file upload action http://localhost:4502/content/dam/aem64app.createasset.html
you have to put a check at client side.
Thanks @arunpatidar
Views
Likes
Replies
Views
Like
Replies