Welcome Guest, Not a member yet? Register   Sign In
Mp3 Uploading problem with IE and Safari..
#1

[eluser]dione[/eluser]
My uploading script works smoothly with firefox. but not IE and Safari.
Other than firefox i get...
"The filetype you are attempting to upload is not allowed"

This is in my mime.php

Code:
'mp3'    =>    array('audio/mpeg','audio/mpeg3','audio/mpg'),

i also tried..
Code:
'mp3'    =>    'audio/mpeg',
#2

[eluser]dione[/eluser]
just figured out...
i found out. ie and safari uploads mp3 files with 'audio/x-mpeg' mime types..

just added 'audio/x-mpeg' to mime.php

Code:
'mp3'    =>    array('audio/mpeg','audio/mpeg3','audio/mpg','audio/x-mpeg'),
#3

[eluser]noinput[/eluser]
thanks for finding that, it was bugging me earlier today.
#4

[eluser]Vinz[/eluser]
You have to add this too

audio/mp3

if you want firefox on windows work

Bye




Theme © iAndrew 2016 - Forum software by © MyBB