@zestia/cordova-plugin-filechooser

1.0.2 • Public • Published

Cordova FileChooser Plugin

Requires Cordova >= 2.8.0

Install with Cordova CLI

$ cordova plugin add http://github.com/don/cordova-filechooser.git

Install with Plugman

$ plugman --platform android --project /path/to/project \ 
	--plugin http://github.com/don/cordova-filechooser.git

API

fileChooser.open(successCallback, failureCallback);

The success callback get the uri of the selected file

fileChooser.open(function(uri) {
	alert(uri);
});

Screenshot

Screenshot

Supported Platforms:

  • Android
  • Windows (UWP)

TODO rename open to pick, select, or choose.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    0

Package Sidebar

Install

npm i @zestia/cordova-plugin-filechooser

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

46.6 kB

Total Files

8

Last publish

Collaborators

  • philliphaines
  • amk221