Is it possible to upload an audio file from your downloads in HTML and if it is how do you do it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is it possible to upload an audio file from your downloads in HTML and if it is how do you do it

It is is in html

18th Mar 2019, 7:48 PM
Trijal
3 Answers
+ 5
//<audio> tag is used for that <audio src="audio.mp3" controls> Audio element not supported by your browser </audio> //on sololearn https://www.sololearn.com/learn/HTML/2193/ https://www.sololearn.com/discuss/335228/?ref=app
18th Mar 2019, 7:51 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 3
//Your welcome
18th Mar 2019, 7:59 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
Thanks👍
18th Mar 2019, 7:52 PM
Trijal