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 format type"   What
> should I do?
> Please help. I will be very appreciate.

Print out $imgfile_type to see what it is.
-- 
Jason Stechschulte
[EMAIL PROTECTED]
--
No, I'm not going to explain it.  If you can't figure it out, you didn't
want to know anyway...  :-)
 -- Larry Wall in <[EMAIL PROTECTED]>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 very appreciate.

Best regards,
Kelvin.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]