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.
i need to fetch a Prt Screen Image from the clipboard and save it
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.