I'm trying to upload the text in the Text Field to a txt file in a server. The idea is to add this text to the last line of the txt file, say the txt file is called "file1.txt". How to do this?
I could only find the tutorial teaching how to upload the image to the server but not pure string to an existing file in the server.
Thanks for the help!