How to get binary data of .ogg file from string file path

56 views Asked by At

In JavaScript, how would I go about going from having a string file path pointing to a .ogg file to getting the file's binary content?

I am using Vue's input element to get the file path from the user.

0

There are 0 answers