Uploading audio files using PHP

Hi,

This is my first time uploading audio files.
I am not sure if im going about it the correct way.

Do I use the same procedure as uploading a file?
e.g. $_FILES
ereg("(wma|mp3)$",$_FILES[$filename_audio][‘type’]
$_FILES[$filename_audio][‘error’] != 4

Can anyone help me out with a code for uploading audio files?

Thanks

The format of the file doesn’t matter, it’s the same for all types of files. If you need help with general solution, you can start here:

http://www.tizag.com/phpT/fileupload.php
Sponsor our Newsletter | Privacy Policy | Terms of Service