Is it possible to create file in jquery using variable data?
var createText = "Some text"
After that, I want to save test_name.txt file with data from variable "createText".
Is it possible to create file in jquery using variable data?
var createText = "Some text"
After that, I want to save test_name.txt file with data from variable "createText".