0

I have been looking for a solution to this problem, but i could not find it. Is it possible to have HTML button that will convert my Clipboard into a file using javascript. In other words i need a button that will convert my CTRL + C into a file.

joao
  • 61
  • 9

1 Answers1

1

You can use a third party library like Joel Besada Pasteboard or you can use the approach in this answer.

DrFreeze
  • 137
  • 10