4.4.0

Paste to Upload

Before some of the latest HTML5 features came out, in order to upload an image from another web page, you must save the image to your local file system and then either drop it into an uploader instance or select it from the “choose files” dialog. Certainly copying and pasting is a much more efficient way to do this. Note that you can also use this feature to upload any image currently present in your clipboard. For example, suppose you take a screenshot and add it directly to your clipboard. You can then paste it into your Fine Uploader instance.

Note:

This feature is only supported by browsers that feature the Clipboard API. Currently, only Chrome & Opera 15+ support this completely.

For more information, see the associated blog post