1.1.2 • Published 6 years ago

cordova-plugin-filechooser-datauri v1.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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 data URI of the selected file

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

Screenshot

Screenshot

Supported Platforms:

  • Android

TODO rename open to pick, select, or choose.

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago