To allow users to upload video and audio files, i must give the if() statments permissions to pass
video files. like $FILES[“upload”][“type”] == "image/jpeg, how do i apply it to video and audio files instead of image filetypes? like audio/mp3 or video/wma? can someone give me a list for audio and video and if possible all 3, audio, video, and picture filetypes? thanks so much guys
here you go - a huge listing of just about every possible mime type out there - http://www.webmaster-toolkit.com/mime-types.shtml
thanks so much