+ 1
Storing the audio file?
When adding an audio tag where will the audio file be stored and where will it load from next time a user click it?
2 Réponses
+ 2
Audio file is stored in the database and can be retrieved from the database by the link on the webpage.
+ 1
The audio file is stored in the webpage,the webpage will load it from its database.