I want to upload a mp3 and store song details in audio table and save that song to a folder. and when user click the play button then pass that song url to windows media player to play the song...
i has created a table like:
Column Datatype Allownulls
s_ID (primary) int no
Songurl Varchar(MAX) yes
song name Varchar(50) yes
i am using MS visual studio 2008 and sql server 2005.
plz suggest me idea and example of code to how to create... Advace thank you...