Welcome Guest, Not a member yet? Register   Sign In
codeigniter upload 3gp or mp4 files doesnt work
#4

[eluser]jamesf[/eluser]
Adding these to the $mimes array should do it:

Code:
'mp4' => 'video/mp4',
'3gp' => 'video/3gpp',

If not you'll have to print_r($_FILES) to see what mimetype the files are and replace them accordingly.


Messages In This Thread
codeigniter upload 3gp or mp4 files doesnt work - by El Forum - 08-04-2011, 04:42 AM
codeigniter upload 3gp or mp4 files doesnt work - by El Forum - 08-04-2011, 04:52 AM
codeigniter upload 3gp or mp4 files doesnt work - by El Forum - 08-04-2011, 04:59 AM
codeigniter upload 3gp or mp4 files doesnt work - by El Forum - 08-04-2011, 05:08 AM
codeigniter upload 3gp or mp4 files doesnt work - by El Forum - 08-04-2011, 01:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB