-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
  • 219,187
  • 42
  • 361
  • 354
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,794
  • 3
  • 16
  • 22