Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I'm running 7.6.3 and got a base class inheriting from MediaData
I also have some other classes setup that inheret from GenericMedia and on these I have MediaDescriptor set
My thought about MediaData was that if a type that isn't set in any class say in this case "xls" then EPiServer would fallback and use the base class GenericMedia?
But in my solution this doesn't happen. Instead I get a upload failed if I try and add files of types not specifiled in the MediaDescriptor. Is this by design or am I missing something somewhere?