this is working for filtaring image file
if ((($_FILES["file"]["type"] == "image/gif")
|| ($_FILES["file"]["type"] == "image/jpeg")
|| ($_FILES["file"]["type"] == "image/pjpeg"))
how can use this for filtaring
mp3, rm,ram,m4a,wave
i need to know
if ((($_FILES["file"]["type"] == "------/mp3")
|| ($_FILES["file"]["type"] == "-------/rm")
|| ($_FILES["file"]["type"] == "-------/ram")
|| ($_FILES["file"]["type"] == "-------/m4a")
|| ($_FILES["file"]["type"] == "-------/wave"))
i put as
if ((($_FILES["file"]["type"] == "sound/mp3")
but it not works
pls help me
Thank you
http://www.sensitivedjs.co.cc
if ((($_FILES["file"]["type"] == "image/gif")
|| ($_FILES["file"]["type"] == "image/jpeg")
|| ($_FILES["file"]["type"] == "image/pjpeg"))
how can use this for filtaring
mp3, rm,ram,m4a,wave
i need to know
if ((($_FILES["file"]["type"] == "------/mp3")
|| ($_FILES["file"]["type"] == "-------/rm")
|| ($_FILES["file"]["type"] == "-------/ram")
|| ($_FILES["file"]["type"] == "-------/m4a")
|| ($_FILES["file"]["type"] == "-------/wave"))
i put as
if ((($_FILES["file"]["type"] == "sound/mp3")
but it not works
pls help me
Thank you
http://www.sensitivedjs.co.cc