I know this question has been asked before, but I couldnt solve my problem with the information I found.
I'm trying to use the script to allow users to upload mp3 files instead of images. I have the maximum file size set high enough, and the line:
$mime_type_match['mp3'] = array("audio/mpeg", "audio/x-mpeg", "audio/mp3", "audio/mpg", "audio/mp");
is added to the upload_definitions.php file, but when I try to upload an audio file, the progress bar finishes, and the upload form refreshes blank. Before, it was giving me a message saying to check the file name, but now it just goes back to a blank form. Any help would be greatly appreciated, as this is the first script I've found that is remotely related to what I'm trying to do. Thanks in advance guys.