Passed through Phonegap 3.0 API.
I want to view files from an SD card when I click a link or button using the user interface
For instance:
<p onclick="browseFile()">Upload</p>
Suppose the browseFile () function contains a view, but requires a user interface.
or
<input type="file">
But when I use input type = file, it looks at the file from gallery and music tracks, but not from the SD card.
I want so that I can select a file from SD using the user interface when I click the link or button
Can someone suggest a link for the same one that gives the Java Script code along with the user interface for viewing the file from the SD card?
source share