breautek commented on issue #352: Accessing cdvfile:// from http://[network-url] in ajax throws CORS policy error on Android URL: https://github.com/apache/cordova-plugin-file/issues/352#issuecomment-545086605 How large of a file are we talking about? In one of my apps, I read/write JSON files of approximately 50mb, but sometimes upwards of 100mb with no significant slowdown. I do use the deprecated [file transfer plugin](https://github.com/apache/cordova-plugin-file-transfer) to avoid reading the data in the javascript environment though. But the data is recorded and JSON stringified in javascript for the initial write.
---------------------------------------------------------------- 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]
