Check the allowed file type while uploading the file as ‘3gp’
$config[‘allowed_types’] =’3gp’;
Add mime type in the config/mimes.php must be
‘3gp’=>’video/3gpp’
Check the allowed file type while uploading the file as ‘3gp’
$config[‘allowed_types’] =’3gp’;
Add mime type in the config/mimes.php must be
‘3gp’=>’video/3gpp’