0

I have a script ready that takes the url of audio files (that I have stored in the app-- they're right next to my js folder!) and parses them for their id3 tags.

Right now, I have to register each track url manually in my script. Is there a way that I could use angular to get all file names in a given directory so that I (or a client) could just drop new audio files into the directory without having to defer to some backend solution?

4
  • Sorry, javascript isn't able to read any server side folders Commented Oct 9, 2015 at 23:11
  • @ManuelvanRijn, he didn't say he is going to read from server side folders. Commented Oct 9, 2015 at 23:13
  • This was probably answered in: stackoverflow.com/questions/20822273/… Commented Oct 9, 2015 at 23:13
  • 2
    What framework are you using on the backend? Angularjs has nothing to do with reading files as you are trying to achieve. Commented Oct 10, 2015 at 0:47

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.