M
Mike Smith
Ok, I'm asking for the world here
What I'm trying to do is come up with a way for a user to copy an image
(JPG/GIF) to their clipboard and paste it into a web page. The web page
would be a .Net web form. I'm thinking I'd have to convert the image on the
clipboard to some sort of encoded string so it could be pasted into a text
box. Then once the form is posted, the string could then be converted back
to an image on the server and loaded into an image box (possibly in the post
back) and/or saved in a SQL database.
I realize that it would be much easier to have the user save the image
locally and upload the image file to the server, but this is one of "those"
requirements.
Any ideas?
What I'm trying to do is come up with a way for a user to copy an image
(JPG/GIF) to their clipboard and paste it into a web page. The web page
would be a .Net web form. I'm thinking I'd have to convert the image on the
clipboard to some sort of encoded string so it could be pasted into a text
box. Then once the form is posted, the string could then be converted back
to an image on the server and loaded into an image box (possibly in the post
back) and/or saved in a SQL database.
I realize that it would be much easier to have the user save the image
locally and upload the image file to the server, but this is one of "those"
requirements.
Any ideas?