0

i need to fetch a Prt Screen Image from the clipboard and save it in the database. I have never really done the save image in database thing before.

2
  • AFAIK there's no way to do it on the client side using just php/html Commented Mar 15, 2011 at 11:09
  • possible duplicate of Get clipboard data as array in javascript Commented Mar 15, 2011 at 11:17

2 Answers 2

4

The clipboard lives on the client operating system; unless the user pastes the image into an editor, saves it and uploads it using a form, there's no way you can get that data with HTML and the server side alone.

Sign up to request clarification or add additional context in comments.

Comments

1

You can't grab a printscreen of a client by with PHP. PHP is a server side technology and cannot access the client. You'd have to use some kind of client side tech like flash, js or java applet. You might want to retag your question if those are permissible.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.