I'm trying to write a simple HTML5 media player that can play a local audio file. The Phonegap Media API seems like the perfect tool for my services, but from what I can tell it assumes I know the exact file I want to play.
I'd like to be able to let the user choose the file he wants to play from local storage and then play that file. Is this possible?