Hey Guyz,
I wanted to give user a provision to copy & paste an image instead of uploading it in my website.
Do you guyz think it's possible if so can you guide me thorough..
Thanks... Krish
its not possible, at least in the conventional sense of copy\paste.
Thanks for your reply Dagon..
if it's not possible in PHP.. is there any other language or tool to achieve this??/
as java runs on the client machine, you should be able to do it with that.
PHP has nothing to do with the matter since you're talking about client-side behavior; PHP is a server-side language. To PHP, it's still going to be a regular file upload.