-4

I'm wondering if there is a way to open and edit or read the data inside a file on my computer from my website ? Is there is a programming language that can achieve that ?

I'm talking about a real website, not a local .php file for example.

Sergio Tulentsev
  • 226,338
  • 43
  • 373
  • 367
john
  • 1
  • 2
    Possible duplicate of [How to open a local disk file with Javascript?](https://stackoverflow.com/questions/3582671/how-to-open-a-local-disk-file-with-javascript) – jhoepken Sep 19 '17 at 06:52

1 Answers1

0

No you can't do that using PHP, but you can do it with javascript. Have a look at this example.

jhoepken
  • 1,842
  • 3
  • 17
  • 24