0

I am using getFile() to get a file from a server and this works fine.

But would it be possible to get the contents of a file on the server and put it in a variable instead of saving it first locally?

Sander_P
  • 1,787
  • 1
  • 13
  • 37

1 Answers1

0

Doesn't seem to be a feature so I used @madflow 's advice and used execCommand and cat

Sander_P
  • 1,787
  • 1
  • 13
  • 37