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.
We have been trying to restrict PDF documents upload to Dynamic Media (from AEM 6.5 integrated) without any success.
On manual upload and publish, things look good - only images are sent to DM, not PDFs. But fails programmatically.
Any ideas anyone?
Solved! Go to Solution.
@Vikas_Bharti that config was already disabled.
We figured out in programmatic upload codebase, there was a typo with the extension. We modified images/pdf to application/pdf to fix this issue.
View solution in original post
See if removing the mime type entry for pdf, which is "application/pdf=PDF" from Adobe CQ Scene7 Asset MIME type Service under http://[server]:[port]/system/console/configMgr helps
Views
Likes
Replies