NetTalk Central

Author Topic: Saving a Screenshot  (Read 2754 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
Saving a Screenshot
« on: June 12, 2018, 12:10:37 AM »
Hi Guys,

What is the easiest way to let a client save a screenshot to a NWF?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: Saving a Screenshot
« Reply #1 on: June 12, 2018, 11:08:26 PM »
Hi Rupert,

So obviously the screen is on the user's computer, not your server.
they could take a screenshot using alt-PrintScreen, that will copy it to the clipboard, then paste into Paint, or Word, or whatever.

Of course it really begs the question on _why_ you think your users should be taking screen-shots in the first place...

cheers
Bruce


rupertvz

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
Re: Saving a Screenshot
« Reply #2 on: June 13, 2018, 02:07:01 AM »
Thanks Bruce,

Users have two monitors and taking screenshots of results obtained from a 3rd party app (2nd monitor), which they need to "paste" with comments in the NetTalk web-app (1st monitor).

It will be easier for them to paste directly into a NWF, if this would be possible?


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: Saving a Screenshot
« Reply #3 on: June 13, 2018, 10:30:38 PM »
It's possible, but would require some custom JavaScript, and probably some custom server side handling as well.
It would also probably require a modern browser.

See https://stackoverflow.com/questions/6333814/how-does-the-paste-image-from-clipboard-functionality-work-in-gmail-and-google-c for some ideas.

cheers
Bruce