Re: [PHP-DB] mp3 upload????

2001-05-04 Thread Jason Stechschulte
On Thu, May 03, 2001 at 06:44:38PM -0400, Kelvin wrote: Hi, I want to setup a upload program thats only allow MP3 file type. So, this is my coding under the file . if ($imgfile_type == audio/mp3) .. ... But when I upload my song, it said mp3 is not the

[PHP-DB] mp3 upload????

2001-05-03 Thread Kelvin
Hi, I want to setup a upload program thats only allow MP3 file type. So, this is my coding under the file . if ($imgfile_type == audio/mp3) .. ... But when I upload my song, it said mp3 is not the format type What should I do? Please help. I will be