> What is the trick to making an input field (or region or ...?) that I can 
> paste
> an image into from the clipboard?

While not documented or exposed to any JavaScript API, in Firefox 4
you can paste images from your clipboard that is either a screengrab
or a copied image file.

I did a screencast showing it working. http://www.screenr.com/tRe

What it seems to do is get the file and output a base64 encoded image.
It will work when you have an element that is contenteditable.

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to