We are about to switch to a new forum software. Until then we have removed the registration on this forum.
How can I save Strings into a text file in the internet using a url, like the saveStrings()
method, but in a text file saved in the internet?
Answers
Like you want to write your text file in somebody else's computer (transfer data over a connection) or loading a file into a server? What do you want to do exactly? More info...
Kf
Also, are you trying to write a Processing (Java) sketch for the desktop, or a p5.js sketch for the web browser?