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?
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?
Copyright © 2021 Jogjafile Inc.
Doesn't seem to be a feature so I used @madflow 's advice and used execCommand and cat