Question about the audio tag source src attribute | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Question about the audio tag source src attribute

Hello every-HTML coders šŸ‘‹ ....!!! I wanna ask you about the <source src="" type="">. How can I upload a song from my storage phone to Sololearn app coding, is it possible to do ? If is not possible how can I get link mp3 I guess that's work just by PC šŸ˜’

17th Jul 2022, 5:23 PM
Tarik HAMDOUNI
Tarik HAMDOUNI - avatar
1 Resposta
+ 4
Tarik HAMDOUNI You cannot access local file on the internet because internet doesn't know where your file location exist. So internet just understand 'internet location'. So you need to upload your file on the internet and after getting link you can use in code.
17th Jul 2022, 5:33 PM
AĶ¢J
AĶ¢J - avatar