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 😒
1 Respuesta
+ 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.