Here's a good one:
I've got gigabytes of digital audio files(loops) on my site and I want to organinze them using a DB. I don't want the user to be able to see the URL to the audio file as it will probably be hosted on a separate server, instead I'd like to "print" the file to the browser or - if possible - force a download of that file to the users hard drive upon that users request. Any suggestions?
for clarity:
The database will hold descriptive data on the file including it's location on disc. Each sound file will have a unique ID to be called via a link and the function I'm looking to write will parse that ID, retrienve that audio file and serve it or download it at the users request.
Any help would be appreciated!
heyrad