How to disable drag and drop functionality AEM 6.2 Touch UI? | Community
Skip to main content
azhare3977562
Level 2
March 5, 2018

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

  • March 5, 2018
  • 1 reply
  • 1836 views

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

How to do this any help?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Hemant_arora
Level 8
March 5, 2018

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.