I use mime_content_type to get mime types of files. When I use this function on a .mp3 file it says "text/plain." If I use the file command on a Linux box it says "audio/mpeg." How can I get mime_content_type to say "audio/mpeg" when I pass it a .mp3 file? -Daniel