php script for uploading mp3 files wont play ball

raymondgreen

New Member
After looking around on Google for some time, I'm stuck =/ Could someone help me out please?Seems to work with most files I try, except .mp3 files.The (X)HTML\[code\]<html><body> <form enctype="multipart/form-data" action="upload.php" method="post"> <input type="hidden" name="MAX_FILE_SIZE" value="http://stackoverflow.com/questions/3825037/71680000" /> Choose a file to upload: <input name="uploaded_file" type="file" /> <input type="submit" value="http://stackoverflow.com/questions/3825037/Upload" /> </form></body></html>\[/code\]The PHP\[code\]<?php//
 
Back
Top