How to browse and select a file from sdcard using Phonegap 3.0?
Gone through API of Phonegap 3.0 I want to browse files from SD card when
i click on link or button
For example:
<p onclick="browseFile()">Upload</p>
Or
<input type="file">
But when i use input type=file it is browsing file from Gallery and Music
Tracks but not from SD card.
I want that i should be able to select file from SD by using UI when i
click on link or button
Can anyone suggest the link for same which give Java Script code along
with UI for browsing file from SD card?
No comments:
Post a Comment