Pasting an image from clipboard to a website

后端 未结 3 1271
死守一世寂寞
死守一世寂寞 2020-12-29 12:58

I need to come up with a solution for users to be able to paste an image on to a website, then upload that image on to the web server. I\'m not sure what the right solution

相关标签:
3条回答
  • 2020-12-29 13:20

    Rad Upload (java applet). It's not free, but it is relatively cheap.

    0 讨论(0)
  • 2020-12-29 13:23

    Or this free one (via another StackOverflow question)

    0 讨论(0)
  • You can use pure JavaScript for this, assuming either Chrome or Chrome Frame. Since most other plugins or applets require a specific install action you might as well require installing Chrome Frame as that will fix quite a bit more than just pasting events.

    View a live demo of a jQuery plugin that cleanly wraps the HTML Clipboard API. This demo requires the Chrome browser.

    0 讨论(0)
提交回复
热议问题