blatant3
03-02-2010, 03:48 PM
Hello everyone. First time poster here.
I have an upload script that checks the $_FILES['xxx']['type'] value against an array and echoes it back to me. Every time I try to upload an MP3 file I get application/x-unknown printed as the type. I know these are mp3 files. Does anyone know why it would be interpreted as unknown?
Thanks in advance :)
I have an upload script that checks the $_FILES['xxx']['type'] value against an array and echoes it back to me. Every time I try to upload an MP3 file I get application/x-unknown printed as the type. I know these are mp3 files. Does anyone know why it would be interpreted as unknown?
Thanks in advance :)