Hi all,
I am implementing a virus validation for the uploaded attachments.
I registered an event listener for AttachmentBeforeCreateEvent as suggested by Tomas, please see the comment in this ticket A12-11873.
But my uploaded file gets NULL in AttachmentBeforeCreateEvent. I dont know what am I missing. Does anyone have any idea? Thanks in advance
What I did:
- I called the rest endpoint “/api/attachment/upload” provided by a12
- I registered an event listener to listen to AttachmentBeforeCreateEvent

