I have two file picker fields grabbing files from specific folders (audio and images). Well in my twig file I get the file (nameofaudio.mp3 and for the image an array object). But how do I get the url path?
.audio <!-- nameofaudio.mp3 -->
.audio.url <!-- does not work -->
.image <!-- array:1 [... -->
.image.html() <!-- does not work -->
---