Drag and Drop functionality of attachments does not workDescriptionDrag and Drop functionality of attachments will not work if current.setAbortAction(true) exists on any client side scripts. CauseUsing current.setAbortAction(true) or any server side code Example: gs method or current object) in the Catalog User Interface policies/Catalog client scripts.ResolutionRemove current.setAbortAction(true) or server side code from client side scripts.