cordova-plugin-file
cordova-plugin-file copied to clipboard
Apache Cordova File Plugin
When you read file by somethig like ``` var reader = new FileReader(); reader.onloadend=console.log; reader.readAsText(file); ``` and if the file is bigger that CHUNK_SIZE (256kB) it gives you corrupted file:...
I use cordova-plugin-file in the electron platform, but it doesn't support it.
# Bug Report ## Problem ### What is expected to happen? File APIs working normally and return a valid Entry or a valid error code. ### What does actually happen?...
# Bug Report ## Problem https://github.com/apache/cordova-plugin-file#create-a-persistent-file- `LocalFileSystem.PERSISTENT` does not exists. It should be `window.PERSISTENT`, as confirmed by a support ticket https://github.com/apache/cordova-plugin-file/issues/369 The documentation should be updated to `window.PERSISTENT`. Note that,...
I need to get the directories and files inside the library folder in ios.I have done this in android with external root directory with the help of ionic native file...
the fullpath is file:///storage/emulated/0/DCIM/Camera/VID_20190523_184820.mp4 How should I use cordova-plugin-file to read it ? Here's my code: I want to get the 'reader.result', thank you very much ! ``` window.resolveLocalFileSystemURL(cordova.file.externalRootDirectory, function...
Allow plugins to exec when on a cdvfile:// url in Android 4.4 (Already works properly in at least Android 6.0+) ### Platforms affected Android (Specifically for Android OS 4.4, maybe...
# Feature Request ## Motivation Behind Feature HongKong country application audit team has complained about it ? An attacker may access the temporary files and replace them with another just...
# Bug Report When we try to open a file via an intent from the dropbox application (168.2.2) with the cordova plugin 6.0.1 it fails. ## Problem The resolveLocalFileSystemURL fails...
I am not sure why this appeared now in my latest build of application. There seem to be no changes either in my application nor in file plugin since previous...