Test

Test

  • NA
  • 58
  • 49.7k

playing all kinds of audio files like mp3,wav,ogg,wv etc

Apr 29 2016 1:13 AM
In need to devleop a web application to play all kinds of audio files.This should be developed in such a that i had a file uploader with browse option to browse the audio file and upload option .when i click upload button i need to display the audio file name,audio file with play,pause and stop,and download button which allows the user to download the audio file to my application folder in gridview and save the audio file in database. In additon to this i need to play the audio files through keyboard that is without clicking on play,pause and stop using mouse the user should be able to play them using keyboard i had tried the code which is present in the below link that is my exact requirement but using that i am able to play only .mp3 files but i need to play other kinds of audio files also.Along with that i need to play them using keyboard can you please tell me how can i do this.
 
http://www.aspsnippets.com/Articles/Save-MP3-Audio-Files-to-database-and-display-in-ASPNet-GridView-with-Play-and-Download-option.aspx 

Answers (3)