spoonconsulting / cordova-plugin-background-upload

Cordova plugin for background upload
Apache License 2.0
49 stars 53 forks source link

startUpload: Prepare filePath scheme independent #230

Closed dennismuench closed 1 year ago

dennismuench commented 1 year ago

This change compensates output variations of FileEntry.toURL. For example when using CDVWKWebViewEngine on iOS (local web-server)

Fixes #229