Media Library handlers when adding/removing files #11590
Answered
by
momentum-tunis
momentum-tunis
asked this question in
Q&A
-
Hi, Is it possible to catch adding files events in the media library ? I think it is possible with content items using IContentHandler, but I didn't find similar interfaces for media files. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
momentum-tunis
Apr 30, 2022
Replies: 2 comments 3 replies
-
There is nothing similar to ContentHandler for media files, I finally just used a middleware for this case. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
momentum-tunis
-
Can we add |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is nothing similar to ContentHandler for media files, I finally just used a middleware for this case.