cordova-plugin-file
cordova-plugin-file copied to clipboard
Apache Cordova File Plugin
Hello, I trying to read android folder and show the user a list of files but I am NOT seeing any files that I have uploaded in any folders. ```...
Is there a way to NOT require `android.permission.WRITE_EXTERNAL_STORAGE`? Our users complain that they see that the app requires access to "Photos/Media/Files", but we don't need access to Photos and Media....
Hi, I want to run my App in a browser (Chrome), but have problems with accessing the files in the same way as on android or ios. For example, i...
I use the file plugin and I access try to access to local files via this: `let path = cordova.file.dataDirectory + nameFile; window.resolveLocalFileSystemURL(path, success, error);` and with cordova-ios 6.0.0 I...
The issue has been described in this question: https://stackoverflow.com/questions/42490558/not-seeing-files-that-are-store-on-the-android-device-using-cordova-file-plugin I'm facing the same issue and was only able to solve it by downgrading to Android API 22 as the author...
# Bug Report NOT_FOUND_ERR on _resolveLocalFilesystemUrl_ respectively _copyFile_ ## Problem I'm trying to share a document from the microsoft office app on Android in my app. In my app, I...
### Issue Type - [ ] Bug Report - [x ] Feature Request - [ ] Support Question ## Description After i have finished downloading media or capturing the image...
### Platforms affected Windows ### What does this PR do? Change `readAsBinaryString` on `FileReader` for Windows to use a stream which seeks to the start position and only reads until...
# Bug Report ## Problem ### What is expected to happen? The following code should compile without adding any imports: ``` export async function resolveLocalFileSystemURL(url: string): Promise { if ('function'...
Related to the recent event-stream exploit (https://github.com/dominictarr/event-stream/issues/116) The attacker used the fact `window.cordoba.file` is global and public access from anywhere in the code, as shown on this part of the...