0

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".

josaric
  • 367
  • 1
  • 3
  • 10
  • http://stackoverflow.com/questions/13405129/javascript-create-and-save-file – low_rents Oct 01 '14 at 10:01
  • How to store created file using jquery in tmp folder without asking (Save file as..). After some action, delete that tmp file. Is this thing possible? Tnx – josaric Oct 01 '14 at 10:32
  • to save files with javascript and / or `jQuery` is not a standard functionality. so just look at the question and the answers which i posted. – low_rents Oct 01 '14 at 11:45

0 Answers0