I have a small question..
I have added a streaming flash MP3 player to my downloads page, as I only host .mp3 files.
http://www.eternalbeats.net/forums/downloads.php
The problem I have is that when people upload mixes via the Upload Form the mix is stored as just the file name in SQL. This prevents the streaming mp3 player from opening the file as I need a FULL URL such as
http://www.eternalbeats.net/audio/mixes/mixname.mp3. Audio files which have been directly linked instead of uploaded with the web form work correctly in the streaming mp3 player.
What I would like to do is modify the add/edit page so all links in the SQL database have
http://www.eternalbeats.net/audio/mixes proceeding the file name. Is that possible?
Thank you for any help in this huge customization I need