So I have a web page, and I would like to programaticly create a text file (lets say it has the words \'hello, I am a text file\' in it) on a new directory on my website. The pr
You can't do it with HTML/Javascript alone, you need a functional language on the backend (nodejs, php, python)