Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
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.
View solution in original post
Thanks @arunpatidar
Views
Likes
Replies