0

Is it possible to open a local file (from .html file located on the PC itself) without XMLHttpRequest for random reading and maybe writing and without loading all the content to RAM?

Triang3l
  • 1,230
  • 9
  • 29

1 Answers1

0

Not possible. XMLHttpRequest is not used for reading local files, but for sending requests to webservers.

Nadh
  • 6,987
  • 2
  • 21
  • 21