Tuesday 25 August 2020

Write to a file that's hosted somewhere a file is writable.

I already know about fs.writefile. My concern is I want to be able to write to a file that is hosted somewhere on the web. I want to use something like this:fs.writeFile("https://filehoster.com/file.txt", "Hello World!", callback) I guess I am asking for two things. The main question is where, on the web, can I host a writable file? Also, after the file has been uploaded, will the above line of code work how I want it to?

Submitted August 26, 2020 at 04:32AM by Diriector_Doc

No comments:

Post a Comment