From 801fa75045252c54653a71ce8e36553186d2a492 Mon Sep 17 00:00:00 2001 From: Intekhab Rizvi Date: Fri, 1 May 2015 13:00:56 +0530 Subject: MIMES : added new mime type for 3gp based video file upload --- application/config/mimes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/config') diff --git a/application/config/mimes.php b/application/config/mimes.php index 8eff4d2d5..bb4b67982 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php @@ -127,7 +127,7 @@ return array( 'rsa' => 'application/x-pkcs7', 'cer' => array('application/pkix-cert', 'application/x-x509-ca-cert'), '3g2' => 'video/3gpp2', - '3gp' => 'video/3gp', + '3gp' => array('video/3gp','video/3gpp'), 'mp4' => 'video/mp4', 'm4a' => 'audio/x-m4a', 'f4v' => 'video/mp4', -- cgit v1.2.3-24-g4f1b