Skip to main content
azhare3977562
New Participant
March 5, 2018

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

  • March 5, 2018
  • 1 reply
  • 1830 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
New Participant
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.