Hi,
I've created a form to upload an audio file and autocreate an joomla article. I want to insert a html5 audio player in the article with only this file.
<audio controls>
<source src="audio/lastupload.wav" type="audio/wav">
</audio>
How can I do that ?
Thanks a lot,
Julien Henocq
I've created a form to upload an audio file and autocreate an joomla article. I want to insert a html5 audio player in the article with only this file.
<audio controls>
<source src="audio/lastupload.wav" type="audio/wav">
</audio>
How can I do that ?
Thanks a lot,
Julien Henocq