cordova-filechooser icon indicating copy to clipboard operation
cordova-filechooser copied to clipboard

Cordova Plugin that supplies a File Chooser

Results 41 cordova-filechooser issues
Sort by recently updated
recently updated
newest added

I everyone, I want to upload the pdf file on our server using the file-chooser Cordova plugin. I had success in the file selection but after the file selection I...

In the filter option how to allow multiple mimetypes at the same time. i.e fileChooser.open({"mime": 'application/pdf,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document'}, uri => {});

Hi, I recently installed the plugin and its working fine. But the plugin asks for permission request on loading of app which interrupts the app's splashscreen,as a result splash screen...

I can access the file while select, but after closing the app, I can not access the same URL without select the file again through the file select dialog.

In windows, if the developer provided the mime-types to filter in the browsing window, these were not applied for the windows version of the plugin

We found the following issue in Android with this plugin when select "Photos" folder Actual Result: the folder was opened but does not show results and shows the load icon...

I am using this plug-in for file upload . I am unable to select multiple files.. Does this plug-in supports multiple file selection...? else please provide a link for the...

I have issue This plugin is not installing on ionic v 3.1 I tried following command ionic cordova plugin add https://github.com/don/cordova-filechooser.git

Error: Failed to fetch plugin http://github.com/don/cordova-filechooser.git1 via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your connection and plugin name/version/URL. System Info: ordova CLI:...

If filename have space then it does not return correct path. like file name is : my file name.pdf then does not return correct path but it is working fine...