Welcome Guest, Not a member yet? Register   Sign In
Upload woks but not for .ogg files
#1

[eluser]A_funs[/eluser]
I have a working upload script for mp3 files, the config code is below, it works fine with mp3's but with ogg files it gives the error of
"the filetype you are attempting to upload is not allowed"


Code:
$config['upload_path'] = 'songs/';
       $config['allowed_types'] = 'mp3|ogg';
       $config['max_size'] = '10000';

Any ides why this is happening?


Messages In This Thread
Upload woks but not for .ogg files - by El Forum - 11-14-2012, 01:21 PM
Upload woks but not for .ogg files - by El Forum - 11-14-2012, 03:46 PM
Upload woks but not for .ogg files - by El Forum - 11-14-2012, 08:37 PM
Upload woks but not for .ogg files - by El Forum - 11-15-2012, 03:51 AM
Upload woks but not for .ogg files - by El Forum - 11-15-2012, 07:26 AM
Upload woks but not for .ogg files - by El Forum - 11-15-2012, 09:43 AM
Upload woks but not for .ogg files - by El Forum - 11-15-2012, 01:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB