1.0.3 • Published 6 years ago
cordova-plugin-filechooser-anton v1.0.3
Cordova FileChooser Plugin
Requires Cordova >= 2.8.0
Install with Cordova CLI
$ cordova plugin add http://github.com/don/cordova-filechooser.gitInstall with Plugman
$ plugman --platform android --project /path/to/project \ 
	--plugin http://github.com/don/cordova-filechooser.gitAPI
fileChooser.open(successCallback, failureCallback);The success callback get the uri of the selected file
fileChooser.open(function(uri) {
	alert(uri);
});Screenshot

Supported Platforms:
- Android
- Windows (UWP)
TODO rename open to pick, select, or choose.