Can anyone please advise as to the best approach to appending to a text file in JSP? I would like to be able to have a line of text written to a plain text file every time a button (within an HTML online form) was clicked. Though I want to keep adding to this text file, not have it overwritten with new data every time the button is clicked.
Thank you.
Thank you.