Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

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.