0

I could not find how can I "generate" a file and download it only on client side?
For example when the user type some text in the website, I want to give him the option to download it without using a server.

Heretic Monkey
  • 11,078
  • 7
  • 55
  • 112
100tomer
  • 127
  • 1
  • 10

1 Answers1

-1

If you are talking about browser javascript, you can not write data directly to local file for security reasons. u can only read