I have a html webpage that I launch locally, and in this page I want to read some bytes of a very big file that is store in the same folder of this page.
./webpage.html
./BIGFILE
Is it possible with javascript to read a few bytes from the large file without loading it completely into memory?