1
Mods & Plugins (Releases & Support) / Re: [MOD] FLV-Integration für 4images
« on: August 15, 2008, 05:47:13 AM »
Heya,
I've gone through the steps from the previous pages but it simply will not allow me to upload an FLV file.
I've tried both of the following lines to the upload_definitions.php file
$mime_type_match['flv'] = array("video/flv");
$mime_type_match['flv'] = array("application/x-shockwave-flash", "application/octet-stream");
Where else is it getting its upload definitions from???
I've gone through the steps from the previous pages but it simply will not allow me to upload an FLV file.
I've tried both of the following lines to the upload_definitions.php file
$mime_type_match['flv'] = array("video/flv");
$mime_type_match['flv'] = array("application/x-shockwave-flash", "application/octet-stream");
Where else is it getting its upload definitions from???