Skip to content

tuxgasy/cordova-filechooser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fork of https://github.com/don/cordova-filechooser

Cordova FileChooser Plugin

Requires Cordova >= 2.8.0

Install with Cordova CLI

$ cordova plugin add https://github.com/tuxgasy/cordova-filechooser.git

Install with Plugman

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

API

fileChooser.open(successCallback, failureCallback);

The success callback get the uri of the selected file

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

About

Cordova Plugin that supplies a File Chooser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.7%
  • JavaScript 5.3%