I'm now trying to do the screen capture at client side. Since I've used "imagegrabscreen()" function. I've found that it can capture screen on server side only. I try to find the new function and found that only capture screen at client side but store it on client as well. I got some temporary idea that I will use screen capture at client side and use javascript to call the ftp function via batch and transfer those image files to a centralized server. (There need to keep all screen capture files in the same place.)
If any idea please advise.
Thanks in advance