tags:

views:

131

answers:

0

Is there any way to achieve the copy paste image functionality from clipboard using the winform user control in web? Am able to copy paste images from the clipboard, the problem being retrieving values from the winform RTE user control.

My requirement being - End user would copy paste some image/text into this control. The corresponding image or text has to be stored in the backend in two fields (image or text) respectively.

Any help would be greatly appreciated.

Many thanks!