Can I control the number of media items put in a folder?
Let's say I have a folder called Images for product B and I only want the user to be able to add 3 images to that folder. Is it possible to control that, so if they try to add a fourth, they get an error or warning not allowing them to add more?
Can I control the number of media items put in a folder?
Let's say I have a folder called
Images for product B
and I only want the user to be able toadd 3 images
to that folder. Is it possible to control that, so if they try to add a fourth, they get an error or warning not allowing them to add more?using the media events hook in.. check for 3 cancel the save and throw back a messaage.. I think is possible..
https://our.umbraco.org/Documentation/Reference/Events/MediaService-Events
and
https://our.umbraco.org/forum/umbraco-7/developing-umbraco-7-packages/53699-User-Message-former-Speech-bubble-in-custom-event
is working on a reply...