10000 GitHub - gjoris/cordova-filechooser: Cordova Plugin that supplies a File Chooser
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gjoris/cordova-filechooser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova FileChooser Plugin

Originally created by don.

Forked to create an NPM compatible package, so it's installable via the CLI.

Requirements

Requires Cordova >= 2.8.0

Installation

Install with Cordova CLI

$ cordova plugin add cordova-filechooser

Usage

API

fileChooser.open(successCallback, failureCallback);

The success callback get the uri of the selected file

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

Screenshot

Screenshot

TODO rename open to pick, select, or choose.

About

Cordova Plugin that supplies a File Chooser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.7%
  • JavaScript 5.3%
0