Expand my Community achievements bar.

Introducing Adobe LLM Optimizer: Own your brand’s presence in AI-Powered search and discovery

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

How to disable drag and drop functionality AEM 6.2 Touch UI?

Avatar

Level 2

I need to disable drag and drop files to DAM in Touch UI.?

How to do this any help?

1 Reply

Avatar

Level 9

Overlay /libs/dam/gui/coral/components/commons/fileupload/clientlibs/fileupload/js/fileupload.js and comment line #36. //assetFU.initialize(); you can customize according to your requirement.