Collective.clipboardupload is a Python package, developed to simplify the process of inserting images into visual editor without the need to upload the image. If you are using buildout to manage your project, you can do this: * Add collective.clipboardupload to the list of eggs to install in the buildout.cfg file: {{{ [buildout] ... eggs = ... collective.clipboardupload }}}