I have been uploading .wmv successfully.
I now need to add .flv to the list.
I have added it to MediaFilters
$editor->MediaFilters=".wmv, .flv";
I then got "File format not allowed"
I suspected mimetype and added this to Include_Mimetype.php
".flv" => "video/x-flv",
I am still getting error...
Is the mimeType correcte? or is there another possibility?
Thanks,
Thank you,
Ed Arthur