I use Filestream for storing audio files(mp3) in MS SQL Server'08.
I need to play these files on client(html+javascript), so how to get an url to real file?
I have a WCF Service, I tried to send a byte array to client, but I don't know how to turn it to audio using javascript.
Therefore I ask about another method to play audio files, maybe it's possible to turn BLOB from database back to mp3 and give client a link?
Thanks