Moximanager refuses video uploads

Testing the forums, I've tried to insert video clips into a post using Moximanager's video uploader, but keep getting denied because the file extensions (mov, avi and wmv) are not of those allowed. 

 

Please see the attached screen shot that shows the only allowed extensions for the video uploader are those for graphics and document files.

 

Finding the code for the "Invalid File" warnings in uploadhandler.php was easy, but what do I change to have the video file extenions recognized through the video uploader?

wrong-files.PNG · 7.7K · 220 views
7.3.5 with responsive UNI
Quote · 31 Dec 2015

It make sense to add .mp4 format only, since MoxiManager can't convert videos.

You can do it in plugins/moxiemanager/config.php file:

$moxieManagerConfig['filesystem.extensions'] = 'jpg,jpeg,png,gif,html,htm,txt,docx,doc,zip,pdf,mp4';
Rules → http://www.boonex.com/terms
Quote · 4 Jan 2016

Thank you very much, Alex!

7.3.5 with responsive UNI
Quote · 4 Jan 2016

Hello... I had the same issue... I applied the fix and I was able to upload the video OK... HOWEVER... The video never shows up (I'm adding it to a blog post). After I submit / save the blog post, I click on it and it's all "blank".. SBG, did your video play OK? Did you had any issues playing the video? I just wonder....

Quote · 6 Apr 2016

is there a file or upload limitations - such as in the php.ini file you may need to change?

caredesign.net
Quote · 6 Apr 2016

OK, I did change one setting, max frame witdth and height. Cleared the cache, but still got the blank blog post... I went to check the Source and it looked OK, but somehow it seems that the <video> section created when uploading the video mysteriously disappears... For example... I add the video and the Source looks like this:

 

<p>

<video controls="controls" width="300" height="150">
<source src="media/moxie/files/C/Ca/Cap/CapitanSalami/IMG_1940.mp4" type="video/mp4" />

</video>

</p>

 

I hit the "preview eye" and the video looks great. I hit SUBMIT.

 

Then the blog post shows blank. I go to EDIT again, check the source code, and the source code now shows blank...

 

 

 

Quote · 6 Apr 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.