I googled and search here i didn\'t find any opted solution relates to multiple file picker or chooser in phonegap. Currently i am able pick single file at a time in phonega
Please try this:
Download this demo..
http://ramkulkarni.com/temp/2012-04-09/FileChooser_PG_3_3.zip
Replce this on index.html
file_Browser_params = new Object()
file_Browser_params.on_file_select = function (fileEntry)
{
//$("#fileMsgSpan").html("You selected " + fileEntry.fullPath);
$("#fileMsgSpan").html("You selected " + fileEntry);
return false;
}
Replace all filebrowser.html with this code
