PHP Forums Archive

Upload mp3 To Directory

Tags: php, upload, mysql, mp3

surveyman posted on 2009-03-13 16:08:58 #

I was wondering can your script upload mp3s? I have a friend that want to put mp3s on their site. I know how to get the song link to go into the mySQL database, but I was wondering how to get a mp3 (that I referenced in the mySQL database) to go to a certain folder in the directory.

I figured since you helped me out before I could come back here ask you before I search the entire internet for the solution again.

Thanks.

Comments / discussions

Olaf posted on 2009-03-13 16:27:50 #

You can upload everything...
Do you want to link the MP3 files after upload?

while uploading a file you specify an upload location, this directory plus the filename should be the link.

surveyman posted on 2009-03-13 16:50:28 #

Ok I will give it a try and get back to you.

surveyman posted on 2009-03-13 22:04:25 #

Got it to work.....you script is genius.