Is there a way to write to files using js that are on the same server
I am trying to find a way to write to a text file on the same server with js. I am reading the file with the fetch function but is there an equivalent to that for writing to files? Because everything I have tried gives a security error.