This is an open forum for any mojoPortal topics that don't fall into the other categories.
Hi,
For some reason the media manager is not recognizing .mp4 file types as an appropriate media type. It appears though in the web.config it is correct:
<add key="AllowedMediaFileExtensions" value=".flv|.swf|.wmv|.mp3|.mp4|.asf|.asx|.avi|.mov|.mpeg|.mpg"/> <add key="AllowedUploadFileExtensions" value=".gif|.jpg|.jpeg|.png|.flv|.swf|.wmv|.mp3|.mp4|.tif|.asf|.asx|.avi|.mov|.mpeg|.mpg|.zip|.pdf|.doc|.docx|.xls|.xlsx|.ppt|.pptx|.csv|.txt"/>
Any ideas? Am I missing something?
Thanks
Nevermind... I believe the media manager is a part of the mojoRADGlue editor. I will look there.