On Umbraco 6 I can create a class that inherits from UmbracoImageMediaFactory to define the type of media type that is created when multiple upload is used.
I can define that any image uploaded under a folder of type "SlideshowFolder" will be created as "SlideshowImage".
Using the same class on Umbraco 7 doesn't work. How can I define which type of MediaTypes are created when using multi-upload?
U7.3.4 - Multiple media Upload: choose media type
On Umbraco 6 I can create a class that inherits from UmbracoImageMediaFactory to define the type of media type that is created when multiple upload is used.
I can define that any image uploaded under a folder of type "SlideshowFolder" will be created as "SlideshowImage".
Using the same class on Umbraco 7 doesn't work. How can I define which type of MediaTypes are created when using multi-upload?
Thank you
Did you ever solve this ?
I wish it was possible to select a default media type, on the Folder Browser datatype, when using multi upload.
But I'm just a frontend developer, so I have no idea how to do this.
is working on a reply...