Say, I have a file that is 500 bytes in size on my local hard drive and I want to read first 100 bytes from it without loading the whole file into memory. How to accomplish that in JavaScript with the help of UniversalXPConnect? In Firefox only, of course.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
Assuming that you want to read ASCII text data (no character set conversion):
Further information: https://developer.mozilla.org/en/Code_snippets/File_I%2F%2FO |
|||
|
|
enablePrivilege()then. – Wladimir Palant Jul 11 '11 at 8:55