How to upload audio in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to upload audio in HTML?

I have been trying for about 3-4 hour but I can't understand how to upload an audio! Please tell the process. Talking about HTML.

10th Nov 2022, 1:54 PM
Autofall Regain
Autofall Regain - avatar
13 Answers
12th Nov 2022, 2:50 AM
Saddam Hussain
Saddam Hussain - avatar
10th Nov 2022, 6:03 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
11th Nov 2022, 10:58 AM
Saddam Hussain
Saddam Hussain - avatar
+ 1
I have upload successfully, thank you very much everyone, specially, thanks to Saddam Hussain
20th Nov 2022, 2:26 PM
Autofall Regain
Autofall Regain - avatar
0
What exactly have you tried?
10th Nov 2022, 2:27 PM
Lisa
Lisa - avatar
0
I tried these things: 1./storage/emulated/0/Download/audioname.mp3 2.files:////storage/emulated/0/Download/audioname.mp3 3./storage/emulated/0/Ymusic/audioname.mp3 4.files:////storage/emulated/0/Ymusic/audioname.mp3 5. I tried copying links from YouTube or download links from Google. All the time I used this format:. <audio controls> <source src="the above things one by one"> </audio>
10th Nov 2022, 2:31 PM
Autofall Regain
Autofall Regain - avatar
0
Did you try it on sololearn playground? sololearn playground cannot access your local phone storage.
10th Nov 2022, 2:32 PM
Lisa
Lisa - avatar
0
Yes, I tried them there and nothing is working. Can't play the audio. What is the real format and method to upload any audio in html here, please tell!!
10th Nov 2022, 2:34 PM
Autofall Regain
Autofall Regain - avatar
0
look friend You should first upload your audio file to Google drive then git the direct download link and but it in the src attribute
10th Nov 2022, 10:43 PM
Ahmed Mostafa
0
The app can't Access your local storage for Android security
10th Nov 2022, 10:44 PM
Ahmed Mostafa
0
Can you show an example? I tried that way too.
11th Nov 2022, 2:54 AM
Autofall Regain
Autofall Regain - avatar
0
<audio controls> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio>
11th Nov 2022, 10:06 PM
Abdulrazaq Ossayan
Abdulrazaq Ossayan - avatar