I was wondering if its possible to get a file from the local file system (where node is running) using HTTP GET?
Meaning using a package such as axios, or request to get the file
The path to the file is full path.
I was wondering if its possible to get a file from the local file system (where node is running) using HTTP GET?
Meaning using a package such as axios, or request to get the file
The path to the file is full path.