Looking for an user-frienfly "open file dialog" component
Hello,
Currently, I use this following line to have an open file dialog :
<input id="filePath" type="file" />
But it's not user friendly to create a web-mobile application.
Does it exist another open file dialog existing with JQuery Mobile ?
Thank you