How could I use the jQuery AJAX method to request binary files from a server. In my case, I'd like to call an MP3 file into an app that I'm working with. Do I have to encode this into base64, retrieve it as a string, and then decode it? Or is there a better way? Can I call the MP3 file directly in the url property?
Thanks!