Welcome Guest, Not a member yet? Register   Sign In
Play Audio file in writable folder
#4

I tried as follows, but to no avail.

moved files from writable to public/assets/audios

PHP Code:
<audio controls>
      <source src="<?= base_url('assets/audios/'.$line["audiofile"]) ?>" type="audio/mpeg">
      Your browser does not support the audio element.
</
audio

base_url('assets/audios/'.$line["audiofile"]) print:
http://cdr.local/assets/audios/2021/08/1...07m29s.WAV

directly accessing the url in browser
[Image: Screenshot_1.png?1628606412]
Reply


Messages In This Thread
Play Audio file in writable folder - by rafinhaa - 08-09-2021, 09:44 AM
RE: Play Audio file in writable folder - by rafinhaa - 08-10-2021, 07:41 AM
RE: Play Audio file in writable folder - by paliz - 08-10-2021, 08:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB