Forum Moderators: coopster

Message Too Old, No Replies

help with uploading files

         

electricocean

6:05 pm on Oct 2, 2005 (gmt 0)

10+ Year Member



How can i check if the file that is being uploaded is an audio file?

electricocean

dmmh

6:33 pm on Oct 2, 2005 (gmt 0)

10+ Year Member



best way is to use PHP's mime_content_type()

[php.net...]

you could also use $_FILES['userfile']['type'], but it can be spoofed so you really shouldt trust the value returned by that :)