Hi,
what i will do is upload the mp3 files in my directory and called the file name on button click event in query string please guide me how can i pass query string vlaue to this html tag. thanks
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>