breautek commented on issue #380: Download Issue URL: https://github.com/apache/cordova-plugin-file/issues/380#issuecomment-592518741 Sorry, your problem is not very clear to me. This plugin only offers APIs to read and write files to the filesystem. It does not provide the means of downloading files, that is handled externally (through `XMLHttpRequest` object for example). If you're updating files, make sure you receive a [new file entry](https://github.com/apache/cordova-plugin-file#read-a-file-) and reread the data. If you used an old file entry object, it may have out-of-date metadata about the file and cause it to read the file incorrectly.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
