I have a project with two files:
- example.mp4
- example.json
These files are in the same path. I need to select only the example.mp4
file and automatically load the corresponding example.json
file automatically.
I’m not sure if the window.URL.createObjectURL
will identify the final directory etc..
Many Thanks.