How can I load an audio tag with the file off my server
<audio controls>
<source src="../../spool/teste.mp3" type="audio/mp3">
</audio>
At the same level of my www folder I have a folder called musics, where you have the songs that I want to play. I can use a file_exists to know if I have access and I can also unlink, but I can not load the src. how can I do this? also it is not possible if I pass the exact path C: /wamp/Musica/test.mp3