google chrome extension - Read local file with known path in chunks with Javascript -


i'm trying read file known path javascript. @ moment i'm using xmlhttprequest local files problem loads whole file memory. presents problem when you're trying read huge files want read files in chunks. this answer on so deals it, uses filereader api , file object. since have file path, seems unnecessary ask user again choose file hand. there way read file in chunks knowing it's path?


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -